Skip to content

Commit 70b57ec

Browse files
committed
Clarify recommentation for extra spaces in argument list
Closes #9
1 parent d56d519 commit 70b57ec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,12 @@ Set obj = ##class(Person).%New(initexpresion)
6060
}
6161
}
6262
```
63-
* For better readablity please insert spaces after comma in argument list, i.e.
63+
* For better readablity please insert spaces after comma in functions/methods argument list, i.e.
6464
```
6565
Write 1, 2, 3
6666
Do ..Method(arg1, arg2, argN)
6767
```
68+
For obvious reasons this recommendation not applies to arcguments in `$$$macro`-call, where such extra spaces will break final result.
6869
* For better readability please insert spaces around assignment. You may align several neighbour assignments according to your tastes, i.e.
6970
```
7071
#dim index As %Integer = 0

0 commit comments

Comments
 (0)