summaryrefslogtreecommitdiff
path: root/packages/numlib/tests/test.pas
blob: 54012b6743215e2a90aaba083acd89632f2b7512 (plain)
1
2
3
4
5
6
7

Uses det,typ;

BEGIN
 writeln(og);
 writeln(bg);
END.