-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
how clear a variable? how to plot a line ? #482
Comments
Please post these questions to the mailing list. These are not really issues. We don't support clearing variables yet. For plotting, see web REPL and graphics in https://github.com/JuliaLang/julia/blob/master/README.md |
I just looked for how to clear a variable as well. I also wanted to know how to clear the whole session. |
Do you mean from the REPL? julia> foo = 2
# in R it would be rm(foo)
# in Octave it's clear foo I don't think we have that, but I would love it as well, if this is what you're referring to. This might be well-suited for Google Groups though. |
+1 to have some kind of |
|
|
+1 |
@hyiltiz Please do not comment or up/down vote on old closed issues. It just creates noise for everyone. These issues have been discussed at length here and on the mailing list. |
+1 |
…bjects (#482) Previously `FrameData.last_exception` is initialized with `nothing`, which can't be distinguished from thrown objects, which technically can be `nothing` as well. This PR setups `_INACTIVE_EXCEPTION` singleton type and make `FrameData.last_exception` initialized with it.
may be it is kind of naive for me to ask these questions . but i've failed to find out a way from the manual...
and i want to use this tool..
The text was updated successfully, but these errors were encountered: