note about simple prefix matching

git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1816 8eb893ce-cfd4-0310-b710-fb5ebe64c474
sayer/1.4-spce2.6
Stefan Sayer 16 years ago
parent 7c3775ab05
commit 59850db17a

@ -168,11 +168,13 @@ core actions:
conditions:
test(#key == 1)
test(#key == prefix*)
test(#key != 1)
test(#key < 1)
test(#key > 1)
test($var == 1)
test($var == prefix*)
test($var != 1)
test($var < 1)
test($var < 1)

Loading…
Cancel
Save