mirror of
				https://github.com/david-schmidt/Davex.git
				synced 2025-10-24 11:20:48 -07:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			223 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			223 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| 
 | |
| cls -- clear screen
 | |
| 
 | |
| syntax:  cls
 | |
| 
 | |
| ex:      cls
 | |
|          como &;cls     -- new page on printer
 | |
| 
 | |
| Clears the screen.  If redirected to the printer, as in the
 | |
| last example, begins a new page.
 | |
| 
 | |
| ('cls' just outputs a Ctrl-L.)
 | |
| 
 |