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 d56d519 commit 70b57ecCopy full SHA for 70b57ec
README.md
@@ -60,11 +60,12 @@ Set obj = ##class(Person).%New(initexpresion)
60
}
61
62
```
63
-* For better readablity please insert spaces after comma in argument list, i.e.
+* For better readablity please insert spaces after comma in functions/methods argument list, i.e.
64
65
Write 1, 2, 3
66
Do ..Method(arg1, arg2, argN)
67
68
+For obvious reasons this recommendation not applies to arcguments in `$$$macro`-call, where such extra spaces will break final result.
69
* For better readability please insert spaces around assignment. You may align several neighbour assignments according to your tastes, i.e.
70
71
#dim index As %Integer = 0
0 commit comments