X-Git-Url: http://deadsoftware.ru/gitweb?p=dsw-obn.git;a=blobdiff_plain;f=Test.obn;h=6fae5299c4ceb508ddf3708622d39e419e562a12;hp=8249fb77223116fd24082f63a7dba78821d98fe1;hb=9cc08bacbf56ebf49e17c8745ac6418fa4be1d0c;hpb=d54469555328facc1c3b20e741b0bc3d2061685d diff --git a/Test.obn b/Test.obn index 8249fb7..6fae529 100644 --- a/Test.obn +++ b/Test.obn @@ -1,8 +1,3 @@ MODULE Test; -IMPORT Out; - -BEGIN - Out.Open; - Out.String("Hello World!"); Out.Ln; END Test.