REBOL 3 Docs | Guide | Concepts | Functions | Datatypes | Errors |
TOC < Back Next > | Updated: 3-Aug-2010 Edit History |
Returns false for all other values. Not usually required because most conditional function will accept a none as false and all other values as true, except pick.
if found? find luke@rebol.com ".com" [print "found it"]
found it
TOC < Back Next > | REBOL.com - WIP Wiki | Feedback Admin |