ch>stream ( c stream -- )
published: 8 February 2022 / updated 25 March 2022
vocabulary: streams
add character c to a stream.
Example:
streams 1000 stream myStream s" this is" myStream >stream $0d myStream ch>stream $0a myStream ch>stream s" a test" myStream >stream myStream dup 0 swap >offset swap cell + @ type \ display: \ this is \ a test.
Legal: site web personnel sans commerce / personal site without seling