All public logs

Jump to navigation Jump to search

Combined display of all available logs of SysCAD Documentation. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 05:45, 10 March 2025 Eleanor.McFeaters talk contribs created page Class - Defining a Class (Created page with "== Syntax for Class Definition == {| |Valign=top width=20%| <syntaxhighlight lang="pgm">Class className ;Variable declaration(s) ;Sub(s) and Function(s) EndClass</syntaxhighlight> |width=80%| *<syntaxhighlight lang="pgm" inline>Class</syntaxhighlight>: The class declaration must begin with the '''Class''' keyword *<syntaxhighlight lang="pgm" inline>EndClass</syntaxhighlight>: The class declaration must end with the '''EndClass''' keyword. *'''className''': A globally...")