X-Git-Url: http://deadsoftware.ru/gitweb?p=dsw-obn.git;a=blobdiff_plain;f=Test.obn;h=6fae5299c4ceb508ddf3708622d39e419e562a12;hp=67132268d6a753e3cfdc990ac2dec0eaed6e1670;hb=9cc08bacbf56ebf49e17c8745ac6418fa4be1d0c;hpb=d25fb653bfe19a696d3f53abd784d32ba2d3ee03 diff --git a/Test.obn b/Test.obn index 6713226..6fae529 100644 --- a/Test.obn +++ b/Test.obn @@ -1,13 +1,3 @@ MODULE Test; -VAR - i : INTEGER; - f : REAL; - d : LONGREAL; - -BEGIN - i := 5 DIV 3; - f := 5 / 3; - d := 5 / 3.0; - d := 5 / 3.0D0; END Test.