Lua
- Tweaks to the Lua and extension API. Note that this is a documentation-only change, meaning the design is being honed. No support exists yet.
This commit is contained in:
@@ -23,7 +23,7 @@ end
|
||||
|
||||
-- Arguments: None
|
||||
-- Returns: 0 --> success only
|
||||
function goodbye ()
|
||||
function execute ()
|
||||
print ('Goodbye.')
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user