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.
arcguments
1 parent 08d113f commit 81c31f9Copy full SHA for 81c31f9
README.md
@@ -65,7 +65,7 @@ Set obj = ##class(Person).%New(initexpresion)
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.
+For obvious reasons this recommendation not applies to arguments 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