Log In  

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.

P#15164 2015-10-08 21:23 ( Edited 2015-10-09 20:24)

Demo cart to show it:

Cart #15165 | 2015-10-09 | Code ▽ | Embed ▽ | No License

P#15166 2015-10-08 21:25 ( Edited 2015-10-09 01:25)

IIRC this did not work in 0.1.1 either, at least it didn't work in my experience.

P#15198 2015-10-09 16:24 ( Edited 2015-10-09 20:24)

[Please log in to post a comment]