Codebase list ohcount / 6ef9399e-69b6-464b-98a8-52915e284046/main test / expected_dir / sample.mod
6ef9399e-69b6-464b-98a8-52915e284046/main

Tree @6ef9399e-69b6-464b-98a8-52915e284046/main (Download .tar.gz)

sample.mod @6ef9399e-69b6-464b-98a8-52915e284046/mainraw · history · blame

modula2	code	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.