ReturnNode

Undocumented in source.
package
struct ReturnNode {}

Members

Variables

lineno
uinteger lineno;

the line number on which this node was read from

value
CodeNode value;

the value to return from function

Meta