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