mlox/lox.t/if/fun_in_then.lox
2024-08-03 02:44:12 +02:00

2 lines
70 B
Lox

// [line 2] Error at 'fun': Expect expression.
if (true) fun foo() {}