Codebase list ohcount / 6c6b3496-5c95-4881-94ad-331592f9fd83/main test / expected_dir / forth.4th
6c6b3496-5c95-4881-94ad-331592f9fd83/main

Tree @6c6b3496-5c95-4881-94ad-331592f9fd83/main (Download .tar.gz)

forth.4th @6c6b3496-5c95-4881-94ad-331592f9fd83/main

8e3aae6
 
 
 
 
 
 
1
2
3
4
5
6
7
forth	comment	\ Sample Forth code
forth	blank	
forth	comment	( This is a comment
forth	comment	  spanning multiple lines )
forth	blank	
forth	code	: somedefinition ;
forth	blank