This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
harlowe:number [2019/04/16 04:11] l |
harlowe:number [2019/04/16 04:12] (current) l |
||
---|---|---|---|
Line 22: | Line 22: | ||
| ''%%<=%%'' | Evaluates to boolean ''true'' if the left side is less than or equal to the right side, otherwise ''false''. | ''%%65 <= $age%%''| | | ''%%<=%%'' | Evaluates to boolean ''true'' if the left side is less than or equal to the right side, otherwise ''false''. | ''%%65 <= $age%%''| | ||
| ''is'' | Evaluates to boolean ''true'' if both sides are equal, otherwise ''false''. | ''$agendaPoints is 2''| | | ''is'' | Evaluates to boolean ''true'' if both sides are equal, otherwise ''false''. | ''$agendaPoints is 2''| | ||
- | | ''is not'' | Evaluates to boolean ''true'' if both sides are not equal, otherwise ''false''. | ''$agendaPoints is not 0'' | + | | ''is not'' | Evaluates to boolean ''true'' if both sides are not equal, otherwise ''false''. | ''$agendaPoints is not 0''| |
| ''matches'' | Evaluates to boolean ''true'' if one side is a number and the other is an identical number or ''num'' or ''number'' | ''$bytes matches $dataUsage''| | | ''matches'' | Evaluates to boolean ''true'' if one side is a number and the other is an identical number or ''num'' or ''number'' | ''$bytes matches $dataUsage''| | ||
| ''is a'', ''is an'' | Evaluates to boolean ''true'' if the right side is ''num'' or ''number'' and the left side is a number. | ''$credits is a num''| | | ''is a'', ''is an'' | Evaluates to boolean ''true'' if the right side is ''num'' or ''number'' and the left side is a number. | ''$credits is a num''| |