Next: , Previous: hsphere-draw, Up: GCL Reference


7.2.57 if

(if TEST EXPR1 [EXPR2])
Evaluates TEST; if TEST returns a non-nil value, returns the value of EXPR1. If TEST returns nil, returns the value of EXPR2 if EXPR2 is present, otherwise returns nil.