LuaScript Xojo and Real Studio Plugin

LuaScriptContext.Push Method (console safe)

Pushes a Boolean value to the stack. This is often used to return values from a function.

Push(
   value as Boolean)

Parameters

value
The value to be pushed onto the stack

Remarks

See Also

LuaScriptContext Class