OTWO-1213 Works around lost encoding in Ruby/C binding layer
[ohcount] / test / src_dir / sample.ob2
1 (* Oberon-2 *) MODULE OberonSample; (* file extension ".ob2" *)
2
3 (* This is a comment *)
4
5 (* This is a comment ...
6    ... spanning more than one line *)
7
8 CONST
9   sqString* = 'this is a string within "a string" ...';
10   dqString* = "this is a string within 'a string' ...";
11   
12 END OberonSample.