mlox/lox.t/variable/unreached_undefined.lox

5 lines
62 B
Lox
Raw Normal View History

2024-08-03 02:44:12 +02:00
if (false) {
print notDefined;
}
print "ok"; // expect: ok