The value of x is @x@
The value of y is @y@
The value of n is @n@
The value of bool_t_p is @bool_t_p@
The value of bool_1_p is @bool_1_p@
The value of bool_f_p is @bool_f_p@
The value of bool_0_p is @bool_0_p@
Operator | Test | Result |
---|---|---|
eq | if \@x\@ eq 5 | |
eq | if \@x\@ eq 6 | |
eq | if \@n\@ eq "Fred's Flute" | |
eq | if \@n\@ eq "Fred" | |
defined | if \@x\@ defined | |
nil | if \@x\@ nil | |
defined | if \@z\@ defined | |
nil | if \@z\@ nil | |
defined | if \@w\@ defined | |
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 |