projects
/
ohcount
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
OTWO-1213 Works around lost encoding in Ruby/C binding layer
[ohcount]
/
test
/
src_dir
/
sampleDef.def
1
DEFINITION MODULE Sample; (* in Modula-2 *)
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 Sample.