REBOL 3 Docs | Guide | Concepts | Functions | Datatypes | Errors |
TOC < Back Next > | Updated: 3-Aug-2010 Edit History |
Evaluates a block, file, URL, function, word, or any other value.
Arguments:
value - Normally a file name, URL, or block
eval [2 + 2]
4
This is a simpler, faster version of do.
TOC < Back Next > | REBOL.com - WIP Wiki | Feedback Admin |