Migrate lua from 5.1~5.3.x to 5.4.x #527
halx99
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
unpack
,pack
moved from global to packagetable
math.pow
was removed, useoperator ^
insteadoperator #
instead table.getnmath.mod
was renamed tomath.fmod
, the behavior same withoperator %
Beta Was this translation helpful? Give feedback.
All reactions