zlox/samples/ch24_function.lox

5 lines
76 B
Plaintext
Raw Permalink Normal View History

fun areWeHavingItYet() {
print "Yes we are!";
}
print areWeHavingItYet;