>stream  ( addr len stream -- )

publication: 8 février 2022 / mis à jour 25 mars 2022

Read this page in english

 

Stocke une chaîne de caractères dans un flux.

Exemple:

streams 
1000 stream myStream 
s" this is " myStream >stream 
s" a test."  myStream >stream 
\ now, myStream content is: "this is a test." 

Legal: site web personnel sans commerce / personal site without seling