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
julia>functionbuild_variable(var::Expr)
throw(error("Expected $var to be a variable name"))
end
ERROR: syntax:missing comma or ) in argument list
Stacktrace:
[1] top-level scope at none:0
julia>versioninfo()
Julia Version 1.3.0-rc1.0
Commit 768b25f6a8 (2019-08-1800:04 UTC)
Platform Info:
OS: Linux (x86_64-pc-linux-gnu)
CPU:Intel(R) Core(TM) i5-3320M CPU @ 2.60GHz
WORD_SIZE:64
LIBM: libopenlibm
LLVM: libLLVM-6.0.1 (ORCJIT, ivybridge)
The text was updated successfully, but these errors were encountered:
thofma
changed the title
Weird error with $var and interpolatio
Weird error with $var and interpolation
Aug 18, 2019
The text was updated successfully, but these errors were encountered: