Index: openacs-4/packages/acs-templating/www/doc/demo/if.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/demo/if.adp,v diff -u -r1.4.2.1 -r1.4.2.2 --- openacs-4/packages/acs-templating/www/doc/demo/if.adp 9 Jun 2016 13:03:12 -0000 1.4.2.1 +++ openacs-4/packages/acs-templating/www/doc/demo/if.adp 22 Jun 2016 07:48:44 -0000 1.4.2.2 @@ -5,13 +5,13 @@
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@
+
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@
Result | ||
---|---|---|
eq | -if \@x\@ eq 5 | -|
eq | +if \@x\@ eq 5 | +|
eq | -if \@x\@ eq 6 | -|
eq | +if \@x\@ eq 6 | +|
eq | -if \@n\@ eq "Fred's Flute" | -|
eq | +if \@n\@ eq "Fred's Flute" | +|
eq | -if \@n\@ eq "Fred" | -|
eq | +if \@n\@ eq "Fred" | +|
defined | -if \@x\@ defined | -|
defined | +if \@x\@ defined | +|
nil | -if \@x\@ nil | -|
nil | +if \@x\@ nil | +|
defined | -if \@z\@ defined | -|
defined | +if \@z\@ defined | +|
nil | -if \@z\@ nil | -|
nil | +if \@z\@ nil | +|
defined | -if \@w\@ defined | -|
defined | +if \@w\@ defined | +|
nil | -if \@w\@ nil | -|
nil | +if \@w\@ nil | +|
nil | -if \@w\@ nil | -|
nil | +if \@w\@ nil | +|
true | -if \@bool_t_p\@ true | -|
true | +if \@bool_t_p\@ true | +|
true | -if \@bool_1_p\@ true | -|
true | +if \@bool_1_p\@ true | +|
true short | -if \@bool_t_p\@ | -|
true short | +if \@bool_t_p\@ | +|
true short | -if \@bool_1_p\@ | -|
true short | +if \@bool_1_p\@ | +|
false | -if \@bool_f_p\@ false | -|
false | +if \@bool_f_p\@ false | +|
false | -if \@bool_0_p\@ false | -|
false | +if \@bool_0_p\@ false | +