mirror of
				https://github.com/irmen/prog8.git
				synced 2025-11-04 10:16:13 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			80 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			80 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
prog8_math {
 | 
						|
    %option no_symbol_prefixing
 | 
						|
 | 
						|
	%asminclude "library:math.asm"
 | 
						|
}
 |