eval [function]

eval( string code )

returns the result of evaluating the passed code string as SGScript code

eval("print 5;"); // prints 5