about summary refs log tree commit diff
path: root/users/tazjin/rlox/examples/if.lox
if (true) {
  print "yes";
}

print "afterwards";