Oh, I wasn't clear. I meant one line vertically, like this:
1
2
3
4
5
etc. but it's diagonally using the print() function.
Oh, maybe I know why it doesn't work: because of unit CRT. This overrides all console output, so only crt-functions work. I could change that but everything from color, locate, cls etc. will be lost, so it makes no sense to use CLScript anymore because one could use the lua interpreter...