UndefVarError:没有定义showgraphics,什么?

时间:2018-01-26 02:52:56

标签: julia

julia> VERSION
v"0.3.5"

julia> include("test.jl")
test1 (generic function with 1 method)

julia> test_base()
ERROR: myVar not defined
 in test1 at /home/clifton/Julia/ca-1/test.jl:9
 in test_base at /home/clifton/Julia/ca-1/test.jl:5

我明确地声明了一个变量global,然后尝试在函数内修改它。但是,当我尝试运行函数test1()时,它表示该变量未定义。

{{1}}

我尝试过不同的东西,如果我只是访问test1()中的变量,就像print(myVar)一样;有谁知道我做错了什么?

0 个答案:

没有答案