This repository was archived by the owner on Mar 13, 2025. It is now read-only.
Operator functions #6
Jomy10
started this conversation in
Syntax & language features
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Operator functions will be declared in one of these ways (still to be decided):
Operator functions are special functions, they allow you to do things like the following:
Not sure
op (lhs: i32)++
will be the same as(lhs: i32) ++
(variable++
vsvariable ++
)variable++
instead ofvariable ++
Beta Was this translation helpful? Give feedback.
All reactions