mirror of
https://github.com/MorizzG/rlox.git
synced 2025-12-06 04:12:42 +00:00
3 lines
135 B
Lox
3 lines
135 B
Lox
// [line 3] Error at 'c': Expect ')' after parameters.
|
|
// [c line 4] Error at end: Expect '}' after block.
|
|
fun foo(a, b c, d, e, f) {}
|