Replies: 1 comment
-
it is the same in python with Anyway we are missing a OOP system in Amber but there is a ticket about it, when we have that we can think on the various implementations. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In Lua,
x:bar(3,4)
is the same asx.bar(x,3,4)
. 1In the similar manner, How do you think about making
"something":replace("thing", "how")
to bereplace("something", "thing", "how")
?Footnotes
https://stackoverflow.com/a/4911217/10916512 ↩
Beta Was this translation helpful? Give feedback.
All reactions