
EN: rebol.com -
rebol.org -
rebol.net -
FR: Rebol Documentation Project -
forum RebelBB -
rebol-france.org -
forum codeur -
Renvoie TRUE si l’argument est “none”.
none? valeur
valeur - L’argument “valeur”. (type: any-type!)
Renvoie FALSE pour tous les autres cas.
print none? NONE true
print none? pick "abc" 4 true
print none? find "abc" "d" true