Coding language differences: Difference between revisions

m
Lua is not an acryonm
(Final and const are not the same)
m (Lua is not an acryonm)
*No 'public' keyword
 
== From LUALua ==
'''NOTE:''' ZScript only adds thehas multi-return and named arguments from LUALua, with the following differences:
*Multi-return values must be encased in square brackets: '''[val1, val2] = A_MyFunctionWithTwoReturns();'''
*Named arguments must be used after the required parameters, and must be in order according to the function's specifications.
50

edits