-
-
Notifications
You must be signed in to change notification settings - Fork 664
New issue
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
sum = 3 + 7
fails
#27
Comments
Hey Marshall! I can't reproduce your error if I run However, Julia does have a built-in
This is mentioned in the Julia docs here:
So, really, you should only need to rename your variable |
Yes, this is happening in the REPL. I was not running anything in a workbook so in that case this is probably not relevant. Feel free to close, if that's the case. |
The behavior is strange at first, especially if you stumble onto a pre-existing function or constant you weren't aware of, and/or if you're not familiar with Julia's rules for redefining those pre-existing objects. So, your question is very relevant to the audience for the tutorials stored in this repo. I'll close the issue for now, but let us know if you have other questions! |
Hi I get the same problem. sum = 3 + 7 Output: Stacktrace: |
Possible culprit: JuliaLang/julia#30234, now fixed. However, if you've previously called the |
When I try to do this line in the first tutorial (01):
Then I get this error
I guess because it's some sort of reserved word in
Base
.Does
sum
need to be renamed?The text was updated successfully, but these errors were encountered: