Difference: MicroSdBlocks (86 vs. 87)

Revision 872021-07-22 - PeterSchmid

Line: 1 to 1
 
META TOPICPARENT name="WebHome"
%DASHBOARD{ section="banner"
Line: 245 to 245
 >plex ( -- addr1 addr2 ) redirection to plex LED display
Added:
>
>
Words from conditional.fs. See also https://forth-standard.org/standard/tools.

query not working in include! All the conditionals have to be on the same line.

[IF]      ( flag | flag "<spaces>name ..." -- )  If flag is true, do nothing. Otherwise parse and discard words from the parse area 
[ELSE]    ( "<spaces>name ..." -- )              Parse and discard words from the parse area
[THEN]    ( -- )                                 Does nothing. [THEN] is an immediate word. 
[ENDIF]   ( -- )                                 Does nothing. [ENDIF] is an immediate word. 
[IFDEF]   ( "<spaces>name ..." -- )              If the name can be found, do nothing. Otherwise parse and discard words from the parse area
[IFNDEF]  ( "<spaces>name ..." -- )              If the name canīt be found, do nothing. Otherwise parse and discard words from the parse area
[DEFINED] ( "<spaces>name ..." -- flag )         Return a true flag if name is the name of a word that can be found
[UNDEFINED] ( "<spaces>name ..." -- flag )       Return a false flag if name is the name of a word that can be found
 
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback