REBOL 3 Docs Guide Concepts Functions Datatypes Errors
  TOC < Back Next >   Updated: 3-Aug-2010 Edit History  

REBOL 3 Functions: eval

eval  value

Evaluates a block, file, URL, function, word, or any other value.

Arguments:

value - Normally a file name, URL, or block

Description

eval [2 + 2]
4

This is a simpler, faster version of do.


  TOC < Back Next > REBOL.com - WIP Wiki Feedback Admin