mirror of
https://github.com/leafo/moonscript.git
synced 2024-11-22 02:44:23 +00:00
12 lines
70 B
Plaintext
12 lines
70 B
Plaintext
|
|
local a
|
|
local a,b,c
|
|
|
|
|
|
x = 1212
|
|
something = ->
|
|
local x
|
|
x = 1212
|
|
|
|
|