mirror of
				https://github.com/irmen/prog8.git
				synced 2025-11-03 19:16:13 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			109 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			109 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
; dummy function on the VM
 | 
						|
 | 
						|
%import textio
 | 
						|
 | 
						|
test_stack {
 | 
						|
    %option ignore_unused
 | 
						|
 | 
						|
    sub test() {
 | 
						|
    }
 | 
						|
}
 |