-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Some improvements following notes by Brian Rushton
- Loading branch information
Showing
1 changed file
with
40 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
That's probably not going to be the case in most interpreters (though it's hard to be 100% sure). Instead of doing some modular maths, most interpreters just check before each character is printed if the column is too high, and if so then move to the next row. So row 1 column 240 would most likely have the same result as row 1 column 81.