source: trunk/yao/share/antlr-2.7.7/examples/java/pascal/test/P_4_1.PAS @ 1

Last change on this file since 1 was 1, checked in by lnalod, 15 years ago

Initial import of YAO sources

File size: 150 bytes
Line 
1{ program 4.1
2  the compound statement }
3
4program beginend(output);
5
6var
7  sum : integer;
8
9begin
10  sum := 3 + 5;
11  writeln(sum, -sum);
12end.
Note: See TracBrowser for help on using the repository browser.