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 98ac0e23e370819a8b9e96db5387e7f64d97eb65..82fbedbbc7c705e6e6a7a46f3cfb2a2e3c34c7d2 100644
(file)
--- a/
Test.obn
+++ b/
Test.obn
@@
-1,12
+1,9
@@
MODULE Test;
VAR
- a : POINTER TO RECORD END;
- b : POINTER TO ARRAY OF INTEGER;
- c : PROCEDURE;
+ i : SHORTINT;
+ s : SET;
BEGIN
- a := NIL;
- b := NIL;
- c := NIL;
+ i := SHORT(12345);
END Test.
DEADSOFTWARE 2012-2025