Advertisement
Guest User

Untitled

a guest
Aug 20th, 2014
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. [when][]is less than=<
  2. [when][]is greater than=>
  3. [when][]is equal to===
  4. [when][]Given a person with=Person()
  5. [when][]- {field:w*} {operator} {value:d*}={field} {operator} {value}
  6.  
  7. Given a person with
  8. - age is less than 18
  9.  
  10. 'InOrNotIn.options' : ['contains=in', 'not contains=not in']
  11.  
  12. [when][]Given a currency "{operator:ENUM:InOrNotIn.options}" the major currencies
  13. = $ccy : Currency(isoCode {operator} $majorCurrencies)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement