Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
put_byte(+Byte) [ISO]
Write a single byte to the output. Byte must be an integer between
0 and 255.
put_byte(+Stream, +Byte) [ISO]
Write a single byte to a stream. Byte must be an integer between 0
and 255.