Files
hakorune/simple_loop_test2.nyash

3 lines
42 B
Plaintext

loop(true) {
print("Loop iteration")
}