7 lines
		
	
	
		
			136 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
		
		
			
		
	
	
			7 lines
		
	
	
		
			136 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| 
								 | 
							
								REM > DefaultFilename
							 | 
						||
| 
								 | 
							
								REM Ordinary comment
							 | 
						||
| 
								 | 
							
								FOR n=1 TO 10
							 | 
						||
| 
								 | 
							
								PRINTTAB(n)"Hello there ";FNnumber(n)DIV3+1
							 | 
						||
| 
								 | 
							
								NEXT:END
							 | 
						||
| 
								 | 
							
								DEFFNnumber(x%)=ABS(x%-4)
							 |