for i in 0..10: for j in 0..10: echo "hello"; must print hello 100 times, but compiller prints "n.nim(2, 1) Error: complex statement requires indentation"
why?
for i in 0..10: for j in 0..10: echo "hello"; must print hello 100 times, but compiller prints "n.nim(2, 1) Error: complex statement requires indentation"
why?