The message below is being cross-posted from the LogoForum. Please
reply here at comp.lang.logo and it will be crossposted back to the
LogoForum. The original author of this message is "David Longman"
<david.longman@[EMAIL PROTECTED]
>.
Hi Folks
I am using HALT in FMSLogo to break out of a procedure and come back to
toplevel (in other versions of Logo I think TOPLEVEL is used as the
equivalent command for HALT).
HALT always prints a message 'Stopping ...' and if in a proceure will
also print the line where HALT was executed.
Is there a way to prevent these messages being displayed? I'd like to
use HALT to create a clean end to a procedure without all these
extraneous text messages.
Can I 'trap' this event in some way - e.g using THROW? I can't figure
it out ...
.... or am I stuck with this?