8 lines
		
	
	
		
			66 B
		
	
	
	
		
			ChaiScript
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			66 B
		
	
	
	
		
			ChaiScript
		
	
	
	
	
	
var t = false;
 | 
						|
 | 
						|
if (true) {
 | 
						|
  t = true;
 | 
						|
}
 | 
						|
 | 
						|
assert_equal(true, t);
 |