###Function###
Execute

###Description###
Execute an expression.

###Syntax###
Execute ( string )


###Parameters###
@@ParamTable@@
string
	string representing an expression to be evaluated.
@@End@@

###ReturnValue###
@@ReturnTable@@
Success:	the value of the evaluated expression.
Failure:	"" (empty string) and sets the @error flag to non-zero.
@@End@@


###Remarks###
None.


###Related###
Assign, Call, Eval


###Example###
@@IncludeExample@@
