We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fac4b86 commit faf2b8aCopy full SHA for faf2b8a
README.md
@@ -1,2 +1,15 @@
1
# cos-guidelines
2
-COS contibutors guidelines
+There is required and optional parts. _Optional part to be added later_
3
+## Required part
4
+1. Only "modern" syntax permitted, dotted syntax is not generally allowed (with few exceptions)
5
+2. No short name for statements keywords allowed - use fully expanded, lower case keyword names
6
+
7
+```
8
+if (expression) {
9
+ do ##class(Sample).%New(initexpresion)
10
+ for i=1:1:10 {
11
+ write something,!
12
+ }
13
14
15
0 commit comments