interpret

Interpret the statement.

  1. Expression interpret(FuncDeclaration fd, InterState* istate, Expressions* arguments, Expression thisarg)
  2. Expression interpret(Statement s, InterState* istate)
    extern (C++)
    interpret
    (
    ,
    InterState* istate
    )

Return Value

NULL continue to next statement TOKcantexp cannot interpret statement at compile time !NULL expression from return statement, or thrown exception

Meta