book/src/atccl_operators.txt
author Eugen Sawin <sawine@me73.com>
Tue, 29 Mar 2011 13:59:40 +0200
changeset 14 86bf7cc5c270
permissions -rw-r--r--
New title.
sawine@1
     1
int_op                 = "is" [ "not" ] 
sawine@1
     2
                         | ("greater" | "less") "than"
sawine@1
     3
string_op              = "is" [ "not" ]
sawine@1
     4
string_array_op        = "is" [ "not" ]
sawine@1
     5
                         | [ "not" ] "in"
sawine@1
     6
string_string_array_op = [ "not" ] "in"