mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-18 13:49:59 +01:00
This is technically redundant but it makes functional/procedural code look a *lot* more natural.
2 lines
48 B
Plaintext
2 lines
48 B
Plaintext
def f() {
|
|
System.print("ok") } // expect error |