forked from Mirror/wren
6 lines
62 B
Plaintext
6 lines
62 B
Plaintext
{
|
|
var a = "outer"
|
|
{
|
|
io.write(a) // expect: outer
|
|
}
|
|
} |