We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
this
@
self
me
My vote is for @. Recursion looks like
fib-r(n) @(n - 1) + @(n - 2)
Thoughts?
The text was updated successfully, but these errors were encountered:
I don't think that makes sense for recursion. What if this method was inside of a class, then @ can't refer to the class.
Sorry, something went wrong.
Yeah I guess it doesn't work for both self and recursion.
No branches or pull requests
this
@
self
me
My vote is for
@
. Recursion looks likeThoughts?
The text was updated successfully, but these errors were encountered: