echo  ( -- addr )

publication: 13 janvier 2022 / mis à jour 20 janvier 2022

Read this page in english

 

Variable. Contient -1 par défat. Si 0, les commandes ne sont pas affichées.

Exemple:

: serial2-type ( a n -- )  
    Serial2.write drop ; 
 
: typeToLoRa ( -- ) 
    0 echo !    \ disable display echo from terminal 
    ['] serial2-type is type 
  ; 
 
: typeToTerm ( -- ) 
    ['] default-type is type 
    -1 echo !   \ enable display echo from terminal 
  ; 

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