GIT
/
REPO
/
FRED-BOY
Projects
/
dsw-obn.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Добавлены функции LONG и SHORT
[dsw-obn.git]
/
Test.obn
diff --git
a/Test.obn
b/Test.obn
index 4f539100d6439b048d2ea9800b769c3be98a24a2..82fbedbbc7c705e6e6a7a46f3cfb2a2e3c34c7d2 100644
(file)
--- a/
Test.obn
+++ b/
Test.obn
@@
-1,14
+1,9
@@
MODULE Test;
-IMPORT Out;
-
VAR
-
f : BOOLEAN
;
-
r, e : POINTER TO RECORD END
;
+
i : SHORTINT
;
+
s : SET
;
BEGIN
- f := r = e;
- IF f THEN
- Out.String('Yes'); Out.Ln;
- END;
+ i := SHORT(12345);
END Test.
DEADSOFTWARE 2012-2025