mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-12 14:48:40 +01:00
This is technically redundant but it makes functional/procedural code look a *lot* more natural.
6 lines
72 B
Plaintext
6 lines
72 B
Plaintext
def fn() {
|
|
System.print(a)
|
|
System.print(b)
|
|
}
|
|
|
|
// expect error line 6 |