[']  ( comp: -- <name> | exec: -- addr )

published: 23 January 2022 / updated 16 February 2022

Lire cette page en français

 

vocabulary: forth

Use in compilation only. Immediate execution.

Compile the cfa of <name>

Example:

serial \ Select Serial vocabulary 
 
: 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