
EN: rebol.com -
rebol.org -
rebol.net -
FR: Rebol Documentation Project -
forum RebelBB -
rebol-france.org -
forum codeur -
Retourne le complément logique.
not value
value - Seuls FALSE et NONE retourne TRUE.
Cette fonction retourne TRUE si la valeur est FALSE, et FALSE si c’est TRUE. Pour trouver le complément d’un INTEGER, utiliser la fonction de COMPLEMENT.
print not true false
print not (10 = 1) true