Next: if, Previous: call, Up: Imperative Statements [Contents][Index]
if
call
The empty statement or skip statement defines for nothing to happen.
skip
empty-statement ::= ";" | "{" "}"
For example:
on hello: {} on cruel: ;