Liste des Groupes | Revenir à cl forth |
...
The enhanced comment is more robust than the existing string operators
that you show in that any mix of printable characters can be contained
in the comment and string operators that base on it. No breaking up
text nor escaping characters needed (by the Forth):
.( The function("bar") char ) emit .( is to be used) \ standard, bah
.( The function("bar") is to be used) \ enhanced, ok
." Jack said " char " emit ." boo" char " emit . \ standard, bah
.( Jack said "boo") \ enhanced, ok
@( echo -e "Hello World\!") /sys \ enhanced, ok
Les messages affichés proviennent d'usenet.