The value of x is @x@
The value of y is @y@
- The value of n is @n@
eq | -if x eq 5 | +if \@x\@ eq 5 | |
eq | -if x eq 6 | +if \@x\@ eq 6 | |
eq | -if n eq "Fred's Flute" | +if \@n\@ eq "Fred's Flute" | |
eq | -if n eq "Fred" | +if \@n\@ eq "Fred" | |
defined | -if x defined | +if \@x\@ defined | |
nil | -if x nil | +if \@x\@ nil | |
defined | -if z defined | +if \@z\@ defined | |
nil | -if z nil | +if \@z\@ nil | |
defined | -if w defined | +if \@w\@ defined | |
nil | -if w nil | +if \@w\@ nil | |
nil | +if \@w\@ nil | +||
true | +if \@bool_t_p\@ true | +||
true | +if \@bool_1_p\@ true | +||
true short | +if \@bool_t_p\@ | +||
true short | +if \@bool_1_p\@ | +||
false | +if \@bool_f_p\@ false | +||
false | +if \@bool_0_p\@ false | +