mirror of
https://github.com/leafo/moonscript.git
synced 2025-01-09 00:04:22 +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
|
|
|
|
|