
EN: rebol.com -
rebol.org -
rebol.net -
FR: Rebol Documentation Project -
forum RebelBB -
rebol-france.org -
forum codeur -
Renvoie TRUE pour un argument de type path!
path? valeur
valeur - L’argument “valeur”. (type: any-type!)
Renvoie FALSE dans tous les autres cas, c’est-à-dire où le argument n’est pas de type path!.
print path? first [random/seed 10] true
print path? second [random/seed 10] false
make - Construit et renvoie une nouvelle valeur.