소스 검색

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.