Skip to content

Commit 3fc2683

Browse files
committed
2 parents 2206956 + eb6e421 commit 3fc2683

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

README.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -290,9 +290,7 @@ Overwriting previous return arguments is possible.
290290
Calls a global function by its name (without passing any arguments).
291291

292292
```
293-
294293
funcCall "name"
295-
296294
```
297295

298296
Returns list of [`return`](#return) outputs in order of index.
@@ -302,9 +300,7 @@ Returns list of [`return`](#return) outputs in order of index.
302300
Same as [`funcCall`](#funccall), but arguments can be passed.
303301

304302
```
305-
306303
funcCallArgs "name" arg1 arg2
307-
308304
```
309305

310306
Arguments are accessible in function body with `{{{ index .args 0 }}}`.
@@ -326,11 +322,3 @@ This Project is licensed under the [MIT License](./LICENSE).
326322
## Legal
327323

328324
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.
329-
330-
```
331-
332-
```
333-
334-
```
335-
336-
```

0 commit comments

Comments
 (0)