mirror of
				https://github.com/david-schmidt/Davex.git
				synced 2025-10-24 11:20:48 -07:00 
			
		
		
		
	
		
			
				
	
	
		
			25 lines
		
	
	
		
			852 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			852 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| 
 | |
| blist -- list a BAS file in ASCII (EXTERNAL) [v1.2]
 | |
| 
 | |
| syntax:  blist <pathname> [-w <integer>]
 | |
| 
 | |
| ex:      blist this
 | |
|          como &;blist ?:bas -w70
 | |
|          como edit.this;blist myprog
 | |
| 
 | |
| List a BAS file in readable form.  Wildcards are allowed.
 | |
| Intended for redirecting to a TXT file to allow editing with
 | |
| a word processor.  The edited file can then be EXECed in
 | |
| BASIC.SYSTEM, turning it back into an Applesoft program
 | |
| which can be SAVEd and RUN.
 | |
| 
 | |
| The -w option specifies the wrap margin.  'blist' will start
 | |
| a new line and indent 6 spaces when this margin is hit, or
 | |
| when a blank is printed within 10 columns of the margin.
 | |
| If you are using 'blist' to send a listing to your printer,
 | |
| you may need to use -w to prevent long lines from overprinting
 | |
| themselves.
 | |
| 
 | |
| Version 1.2 fixes a spacing bug in REM and DATA statements that
 | |
| didn't begin with a blank.
 |