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
始めたての初心者です。バグと思しき挙動を見つけたのですが、Juliaの文法をまともに知らない状態で発見したので、known Issue だったり自分の勘違いかもしれないと思って起票します。
Windows の Powershell やコマンドプロンプトで、
julia -e 'println("foo")'
などと実行するとエラーが出ることを発見しました。(試した限り空文字列 "" 以外はダメ)
""
> julia -e 'println("foo")' ERROR: UndefVarError: foo not defined Stacktrace: [1] top-level scope at none:0
>julia -e 'println("foo")' ERROR: syntax: invalid character literal
WSLのUbuntuで実行したら普通に動いたので Windows のみの問題なのかと思っています。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
始めたての初心者です。バグと思しき挙動を見つけたのですが、Juliaの文法をまともに知らない状態で発見したので、known Issue だったり自分の勘違いかもしれないと思って起票します。
遭遇した挙動
Windows の Powershell やコマンドプロンプトで、
などと実行するとエラーが出ることを発見しました。(試した限り空文字列
""
以外はダメ)エラー内容
WSLのUbuntuで実行したら普通に動いたので Windows のみの問題なのかと思っています。
The text was updated successfully, but these errors were encountered: