Skip to content

Commit 467d8ab

Browse files
committed
Fix alignments in the example
1 parent faf2b8a commit 467d8ab

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ There is required and optional parts. _Optional part to be added later_
55
2. No short name for statements keywords allowed - use fully expanded, lower case keyword names
66

77
```
8-
if (expression) {
9-
do ##class(Sample).%New(initexpresion)
8+
if (expression) {
9+
do ##class(Sample).%New(initexpresion)
1010
for i=1:1:10 {
11-
write something,!
12-
}
11+
write something,!
1312
}
13+
}
1414
```
1515

0 commit comments

Comments
 (0)