This website requires JavaScript.
Explore
Help
Register
Sign In
library-mirrors
/
moonscript
Watch
1
Star
0
Fork
0
You've already forked moonscript
mirror of
https://github.com/leafo/moonscript.git
synced
2025-01-09 00:04:22 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
f8925a46a6
moonscript
/
tests
/
outputs
/
local.lua
8 lines
100 B
Lua
Raw
Normal View
History
Unescape
Escape
bring back local keyword for forward declaration
2012-09-30 16:36:01 +00:00
local
a
"declare" no longer shadows, introduce "declare_with_shadows" for local keyword
2012-10-26 01:22:51 +00:00
local
a
,
b
,
c
local
x
=
1212
local
something
something
=
function
(
)
local
x
x
=
1212
end
Reference in New Issue
Copy Permalink