ch>stream ( c stream -- )
publication: 8 février 2022 / mis à jour 25 mars 2022
ajoute un caractère c au flux.
Exemple:
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
