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
Please search existing issues to avoid duplicates.
1.the following works fine when run in a script or if included in Juno from an external file:
s = """ two lines"""
but inside Juno it fails to compile. See the included screendump "triple.png" and script/include file triple.jl triple.jl.txt
The text was updated successfully, but these errors were encountered:
Juno's mechanism for finding out which code blocks to execute is based on indentation at the moment, so try
s = """ two bar """
instead.
Sorry, something went wrong.
No branches or pull requests
Please search existing issues to avoid duplicates.
Details
Steps to reproduce
1.the following works fine when run in a script or if included in Juno from an external file:
s = """
two
lines"""
but inside Juno it fails to compile. See the included screendump "triple.png" and script/include file triple.jl
triple.jl.txt
The text was updated successfully, but these errors were encountered: