-
Notifications
You must be signed in to change notification settings - Fork 459
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Complete migration and rename
println
to print
.
- Add `addNewlines` to the initializers and default it to `false` to maintain the existing behavior. - Update all apis to be just the `print` instead of `println`. - Add a overload of `print` with an extra `newlines` argument to allow overriding on a per call basis.
- Loading branch information
Showing
9 changed files
with
310 additions
and
250 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
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
Oops, something went wrong.