Join Slack
Powered by
That fun returns the sum of test + 1, but that res...
# getting-started
r
robin
02/24/2017, 4:13 PM
That fun returns the sum of test + 1, but that result is discarded in your test code, it is not written to
test
. If you wanted that, you would have to write
test = test add 1
. This has nothing to do with infix funs, would be the same with
test.addX(1)
.
Open in Slack
Previous
Next