mlox/lox.t/function/print.lox

4 lines
81 B
Lox
Raw Permalink Normal View History

2024-08-03 02:44:12 +02:00
fun foo() {}
print foo; // expect: <fn foo>
print clock; // expect: <native fn>