Home | About SQeeL | Document | DownLoad | Mail Japanese
Home > Document > SQeeL Reference
A B C D E F G H I J L M N O P R S T U X Y  

E

  • Built-in variable
  • Built-in function
  • ERROR
    Description
    When there is an error in calling system functions and statements, an error code is returned
    Read / Write
    r
    Type
    number
    initial value
    0
    Top‚Ö
    eval()
    Description
    Evaluates the EXPRESSION lexically and returns it.
    This can be executed in the lexical context of the SQeeL.
    Syntax
    ret = eval(expression)
    Parameters
    expression:Expression (character string)
    Example
    //[result example]
    //
    // hello world
    //
    
    run()
    exit
    
    function run()
    
    	local data1 = 'print(\'hello world\', stdout)'
    
    	eval(data1)
    
    endfunction
    
    
    Top‚Ö

    © Insight Technology, Inc. 1996-2003 All Rights Reserved.