We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
@if
command: @if =[,]
checks if evaluates to a true value. if so, the command is performed. if not, 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."
related topics: @switch, ifelse(), switch().
There was an error while loading. Please reload this page.