Liste des Groupes | Revenir à cl forth |
You can combine programs with { and } like so:This must be
>
{ 1 2 + 7 * } 17 .
17 OK
>
The commands between { and } are not executed directly, the sequence
leaves a recipee.
It can be RUN.
>
RUN .
21 OK
>
You can give a recipee a name, analogous to CONSTANT
{ 1 2 + 7 * } : TEST
OK
>
Now you can use TEST like all other words in de the dictionary.
>
Date | Sujet | # | Auteur | |
2 Jul 25 | ![]() | 1 | albert |
Les messages affichés proviennent d'usenet.