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
RISC OS's CLI supported a *IF command, which would evaluate an expression and call a command if the expression evaluated as true. *if <expression> then <command> [else <command>]
RISC OS's CLI supported a
*IF
command, which would evaluate an expression and call a command if the expression evaluated as true.*if <expression> then <command> [else <command>]
https://www.riscosopen.org/wiki/documentation/show/*IF
As noted against comments on #54 we may look to eventually support functionality similar to OS_EvaluateExpression
(This type of command is mostly only useful once the CLI supports system variables)
The text was updated successfully, but these errors were encountered: