git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3343 ed5197a5-7fde-0310-b194-c3ffbd925b24
		
			
				
	
	
		
			7 lines
		
	
	
		
			100 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			100 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
cat > test.js << EOF
 | 
						|
print("Hi");
 | 
						|
print(parseInt("3").toLocaleString());
 | 
						|
EOF
 | 
						|
 | 
						|
$TILDEFRIENDS test.js
 |