| print(any value) | print the given value to a text stream |
| println(any value) | print the given value to a text stream followed by a newline |
| write(any value) | write the given value as a binary representation |
Print the given value to a text stream
Print the given value to a text stream followed by a newline
Write the given value as a binary representation. Do not use this for a text stream.
This work is licensed under a
Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.