You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-12Lines changed: 0 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -290,9 +290,7 @@ Overwriting previous return arguments is possible.
290
290
Calls a global function by its name (without passing any arguments).
291
291
292
292
```
293
-
294
293
funcCall "name"
295
-
296
294
```
297
295
298
296
Returns list of [`return`](#return) outputs in order of index.
@@ -302,9 +300,7 @@ Returns list of [`return`](#return) outputs in order of index.
302
300
Same as [`funcCall`](#funccall), but arguments can be passed.
303
301
304
302
```
305
-
306
303
funcCallArgs "name" arg1 arg2
307
-
308
304
```
309
305
310
306
Arguments are accessible in function body with `{{{ index .args 0 }}}`.
@@ -326,11 +322,3 @@ This Project is licensed under the [MIT License](./LICENSE).
326
322
## Legal
327
323
328
324
Logo designed by [@CodeShellDev](https://github.com/codeshelldev) — All Rights Reserved. Go gopher mascot originally created by [Renée French](https://instagram.com/reneefrench/), used under the [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/) license.
0 commit comments