summaryrefslogtreecommitdiff
path: root/Homework/cs5300/project-two/data/test1-pasca.txt
blob: 060b972ed484e6a4c547de53a5b8f1bb39eae961 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
begin
(**)
(* a straightforward comment *)
(** a crazy com*ment02 {}() ****)
program a1 { 
  var0 is 8;
  (* some crazy identifier names *)
  var1 var2 variable var1able
}
(* some integers *)
123 1203 
' a crazy string abc(){}*''4013'
end.