8 lines
		
	
	
		
			115 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			115 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
@settings(defaultLengthUnit = mm)
 | 
						|
 | 
						|
import three from "import_cycle3.kcl"
 | 
						|
 | 
						|
export fn two() {
 | 
						|
  return three() - 1
 | 
						|
}
 |