X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;ds=sidebyside;f=Test.obn;h=682b0a049b547a2b7d2497bb118f985e1492fafa;hb=844ae6c007ac4606ad4ac3938876b67c014bb5eb;hp=0b020f71a79862e5a3510e07528b982ea6a21749;hpb=879793eaf1d6378593f78a192f2961670f686530;p=dsw-obn.git diff --git a/Test.obn b/Test.obn index 0b020f7..682b0a0 100644 --- a/Test.obn +++ b/Test.obn @@ -6,6 +6,8 @@ IMPORT BEGIN Out.Open; - Out.String("Hello World!"); Out.Ln; + IF FALSE THEN + Out.String("Hello World!"); Out.Ln; + END; System.Halt(1); END Test.