Skip to content

How to call a function with the result of calling equals? #687

Discussion options

You must be logged in to vote

You can do any of:

∘UserFunc =@x "xxx"
UserFunc∘=@x "xxx"
(UserFunc =@x "xxx")
UserFunc (=@x "xxx")

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by haydenflinner
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants