<< Previous Message Main Index Next Message >>
<< Previous Message in Thread This Month Next Message in Thread >>
Date   : Mon, 07 Apr 2008 00:43:41 +0100
From   : jgh@... (Jonathan Graham Harston)
Subject: BBC Script and Crunch

Andrew wrote:
> BBC Script
> Machine BBC B
> OSCLI"BFS"
> LOAD"VICTORY"
> OSCLI"CRUNCH BCLSVT:":SAVE"VICTORY2"
> HMLOAD
> 
> However checking the listing when the main program "victory2" (which
> HMLOAD is supposed to CHAIN) the REM statements are still there.
 
The parameters to *CRUNCH specify what /not/ to remove, so you are
telling *CRUNCH to:
 
not remove brackets
not concatenate lines
not removes LETs
not remove REMs
not remove spaces
not remove THENs
not contract variable names
not removes colons and null lines
 
...which is exactly what you have reported it doing.
 

-- 
J.G.Harston - jgh@...                - mdfs.net/User/JGH
The most perfect world is an imperfect world as the imperfections
give people a reason to strive to change it.



<< Previous Message Main Index Next Message >>
<< Previous Message in Thread This Month Next Message in Thread >>