
According to the manual:
print str [x y [col]]
Print a string
If only str is supplied, and the cursor reaches the end of the screen,
a carriage return and vertical scroll is automatically applied.
(terminal-like behaviour)
But when I do in 0.1.2
print("aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa") |
which won't fit on the screen, it doesn't wrap around.






IIRC this did not work in 0.1.1 either, at least it didn't work in my experience.
[Please log in to post a comment]