Codebase list ohcount / 418eb148-debb-459d-9085-b6946065d8a4/main test / src_dir / sample.mod
418eb148-debb-459d-9085-b6946065d8a4/main

Tree @418eb148-debb-459d-9085-b6946065d8a4/main (Download .tar.gz)

sample.mod @418eb148-debb-459d-9085-b6946065d8a4/main

8e3aae6
 
 
 
 
 
 
 
 
 
 
 
MODULE Sample; (* in Modula-2 *)

(* This is a comment *)

(* This is a comment ...
   ... spanning more than one line *)

CONST
  sqString = 'this is a string within "a string" ...';
  dqString = "this is a string within 'a string' ...";
  
END Sample.