ifFalse

Help Contents Conditional execution ifFalse
ifTrue ifF

ifFalse instructionlist
ifF instructionlist


command. Runs its input if the most recent test instruction had a FALSE input. The TEST must have been in the same procedure or a superprocedure.

Example:

to t
	test false
	iffalse [pr false]
end
;t defined
t		;false

See also:

Examples:

References:

ifTrue ifF