X-Git-Url: https://deadsoftware.ru/gitweb?a=blobdiff_plain;f=Test.obn;h=6fae5299c4ceb508ddf3708622d39e419e562a12;hb=4e58c0e61815196bcf87405ab9d070631bc72f90;hp=67132268d6a753e3cfdc990ac2dec0eaed6e1670;hpb=d25fb653bfe19a696d3f53abd784d32ba2d3ee03;p=dsw-obn.git 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.