mirror of
https://github.com/Reuh/anselme.git
synced 2025-10-28 09:09:31 +00:00
Allow argument-less calling using ! suffix
This commit is contained in:
parent
6e5cbf9e7e
commit
d5b1a9f225
6 changed files with 94 additions and 30 deletions
12
test/tests/function reference call explicit call.ans
Normal file
12
test/tests/function reference call explicit call.ans
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
$ fn
|
||||
1
|
||||
§ c
|
||||
2
|
||||
|
||||
:c = &fn
|
||||
|
||||
~ c!
|
||||
|
||||
~ c()
|
||||
|
||||
~ c!
|
||||
Loading…
Add table
Add a link
Reference in a new issue