User Tools

Site Tools


scripting

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
scripting [2020/07/10 08:58] tondosescripting [2020/07/10 09:23] tondose
Line 41: Line 41:
   // Variable declarations   // Variable declarations
  
-(* Subprogramme definitions *)+Subprogramme definitions }
  
 procedure DoSomething; procedure DoSomething;
Line 56: Line 56:
 </code> </code>
  
-**Note** the different use of semicolon ('' ; ''and period ('' . ''in subprogramme and main programme respectively.+**Note** the different use of semicolon '' ; '' and period '' . '' in subprogramme and main programme respectively. 
 + 
 +**Comments** may be typed into ''{''curly brackets''}'', a combination of ''(*''parentheses and asterisk''*)'' or behind a ''<nowiki>//</nowiki>'' double slash. While the former two can be expanded over multiple lines, the latter works for a single line or part of it only. 
 + 
 +It is highly recommended that the code is structured by indenting the statements by two whitespaces at a time. Exaples can be found in the [[https://community.mairlist.com/|Support Forum]], for now in German language only. {{:wiki:zeichen_123_-_arbeitsstelle_stvo_2013.svg.png?nolink&200|}}
  
  
  

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki