5 lines
		
	
	
		
			153 B
		
	
	
	
		
			OCaml
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			153 B
		
	
	
	
		
			OCaml
		
	
	
	
	
	
| (** Examples of syntax / programs as strings that can be imported and tested *)
 | |
| 
 | |
| let let_bind_int = "let x = 10"
 | |
| let let_bind_str = "let s = \"hello\" "
 |