You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Luxembourg edited this page Mar 20, 2013
·
3 revisions
@IF
COMMAND: @if <string>=<true>[,<false>]
Checks if <string> evaluates to a true value. If so, the command <true>
is performed. If not, <false> is (if present).
This command can also be called as @ifelse.
Examples:
> think money(me)
150
> @if [gte(money(me),1)]=say I have money., say I'm broke!
You say, "I have money."