@SUB(CMS test page)
$(index)
$(anchor function_tests, function tests, 0)
$(anchor function_if, function if, 1)
IF $(if x,TRUE,FALSE)
$(anchor function_eq, function eq, 1, NO_INDEX)
EQ $(eq abc,abc,abc)
$(anchor function_ne, function ne, 1)
NE $(ne abc,abc,aBc)
AND $(and a,b,c)
OR $(or ,,c,d,)
NOT $(not a)
NOT $(not)
STRIP $(strip aaa , bbb )
SANITIZE $(sanitize x1%2y, z3\)3)
$(anchor function_file_exists, function file_exists, 1)
$(anchor file_exists_a, file_exists a, 2)
FILE_EXISTS $(file_exists /cms.css)
$(anchor file_exists_b, file_exists b, 2)
FILE_EXISTS $(file_exists /none)
$(anchor file_exists_c, file_exists c, 2)
FILE_EXISTS $(file_exists /none, no file)
$(anchor variables, Variables, 0)
Variables:
$__DUMPVARS__