craig and heather <cal...@gmail.com>
writes:

> Enoch
>
> If that is the case then it is impossible to comment out code if you have
> embedded stack diagrams in it. That results in nested comments which are
> illegal.
>
> I guess I'm back to trying to add multi line comments with my own code.

Lodge the complaint against Forh fathers/mothers then. The following is
from Forth Programmer’s Handbook by Conklin and Rather:

""" 
Comments embedded in Forth source are enclosed in parentheses. For
example: ( This is a comment)

The word ( must have a space after it, so that it can be recognized and
executed as a command (to begin the comment). A space is not needed
before the closing right parenthesis delimiter. The \ (backslash) char-
acter is used to indicate that the entire remainder of the current line
of source is a comment.
"""

I suggest that you patch the shell to use, say, curly brackets { }
instead. Patching the shell would save you time on loading.

Regards, Enoch.



>
> Craig Lindley
>
> If you’re one in a million, there are now seven thousand people exactly
> like you.
> ------------------------------------------------------------------------------
> Rapidly troubleshoot problems before they affect your business. Most IT 
> organizations don't have a clear picture of how application performance 
> affects their revenue. With AppDynamics, you get 100% visibility into your 
> Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
> http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk


------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
Amforth-devel mailing list for http://amforth.sf.net/
Amforth-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amforth-devel

Reply via email to