DEADSOFTWARE

Добавлена функция SYSTEM.ROT
[dsw-obn.git] / src / oberon-internals.h
index b81eb95fea111b6b1d9231ca92f176ba90069f7a..528842bb6c8b24f0503c85b1b45ca3d0ed9ae551 100644 (file)
@@ -229,7 +229,8 @@ enum oberon_operator_kind
        OP_IN,
 
        OP_ASH,
-       OP_LSH
+       OP_LSH,
+       OP_ROT
 };
 
 struct oberon_item_t