3 lines
160 B
Text
3 lines
160 B
Text
( condition ) [ ( true statements ) ] ifTrue
|
|
( condition ) [ ( false statements ) ] ifFalse
|
|
( condition ) [ ( true statements ) ] [ ( false statements ) ] if
|