moonscript/spec/inputs/ambiguous.moon
2020-04-30 15:21:17 -07:00

9 lines
80 B
Plaintext

a = 'b'
c = d
(a b) c d
import c from d
(a b) c d
(c d) a b
a, b = c, d
(d a) c