EVAL

From SphereWiki
Jump to: navigation, search

Description

The main purpose of EVAL is to retrieve the specified number as Decimal, usefull for tags/vars/locals... wich gives results as Hex by default. There is an example:

Usage

[Function test]
local.value=10
say Default:<local.value>, Eval: <eval <local.value>>

Notes

You can short it by using <dlocal.value>,<dtag.value> or <dvar.value>.