Codebase list ohcount / 29f5ec7d-1b44-45ad-9822-90a9c74d506b/main test / expected_dir / sampleDef.def
29f5ec7d-1b44-45ad-9822-90a9c74d506b/main

Tree @29f5ec7d-1b44-45ad-9822-90a9c74d506b/main (Download .tar.gz)

sampleDef.def @29f5ec7d-1b44-45ad-9822-90a9c74d506b/mainraw · history · blame

modula2	code	DEFINITION MODULE Sample; (* in Modula-2 *)
modula2	blank	
modula2	comment	(* This is a comment *)
modula2	blank	
modula2	comment	(* This is a comment ...
modula2	comment	   ... spanning more than one line *)
modula2	blank	
modula2	code	CONST
modula2	code	  sqString = 'this is a string within "a string" ...';
modula2	code	  dqString = "this is a string within 'a string' ...";
modula2	blank	
modula2	code	END Sample.