Next:
inhibit-warning
, Previous:
hsphere-draw
, Up:
GCL Reference
7.2.64 if
(if TEST EXPR1 [EXPR2])
Avalia TEST; se TEST retornar um valor não-nil (nota do tradutor:não nulo), retorna o valor de EXPR1. Se TEST retornar nil, retorna o value de EXPR2 se EXPR2 estiver presente, de outra forma retorna nil.