You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 26, 2022. It is now read-only.
Not sure try/catch would help. If the script being evaluated throws an except addcommnts.jl should stop and show that exception as it does not.
Slightly pedantic point for clarification: this isn't actually an example, but a utility for inserting STDOUT as comments: it's not showed on the actual site. I should probably move it to another directory to make that more clear.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
rather than hack in a pseudo-namespace by prefixing your variables with
__
, the addcomments example should just use a real namespace (module)https://github.com/samuelcolvin/JuliaByExample/blob/master/common_usage/addcomments.jl#L20
The text was updated successfully, but these errors were encountered: