Files
hakorune/simple_loop_test3.nyash

4 lines
76 B
Plaintext

loop(false) {
print("This should not execute")
}
print("Loop completed")