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 faf2b8a commit 467d8abCopy full SHA for 467d8ab
README.md
@@ -5,11 +5,11 @@ There is required and optional parts. _Optional part to be added later_
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)
+ if (expression) {
+ do ##class(Sample).%New(initexpresion)
10
for i=1:1:10 {
11
- write something,!
12
- }
+ write something,!
13
}
+ }
14
15
0 commit comments