nil
nil — the logically false value.
nil
nil
The special value, nil, is a zero-length list. It is
the only logically false value in Gamma. All other Gamma values are
considered to be logically true. A common mistake for first-time Gamma
programmers is to treat the number zero as logically false.
Gamma>x = 5;5Gamma>x > 10;nilGamma>int_p(x);tGamma>real_p(x);nilGamma>!3;nilGamma>!t;nilGamma>
, t