浏览代码

update documentation, added const

bohl@itemis.de 10 年之前
父节点
当前提交
ce69d16211
共有 1 个文件被更改,包括 11 次插入0 次删除
  1. 11 0
      plugins/org.yakindu.sct.doc.user/help/04_Reference/reference.textile

+ 11 - 0
plugins/org.yakindu.sct.doc.user/help/04_Reference/reference.textile

@@ -292,6 +292,17 @@ var external variable3: integer = 34
 
 p. ==<!-- End stext_keyword_var -->==
 
+==<!-- Start stext_keyword_const -->==
+
+h3(#Constants). Constants
+
+Variables can be immutable, for this special variables the keyword "const" is used:
+
+bc(prettyprint).. 
+const variable1: real
+
+p. ==<!-- End stext_keyword_const -->==
+
 h3(#ReactionTriggers). Reaction Triggers
 
 Actions are key constructs in state machines to model behavior. The YAKINDU SCT 2 knows the following kinds of actions.