mirror of
				https://github.com/Dummi26/mers.git
				synced 2025-10-31 03:45:26 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			161 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			161 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
| val := "some string"
 | |
| val := !(mers {
 | |
|     println("macro is running now!")
 | |
|     "macro returned value"
 | |
| })
 | |
| println(val)
 | |
| val := !(mers "my_macro.mers")
 | |
| println(val)
 | 
