标签: while-loop julia undef
我正在学习Julia(1.0.0)。一个简单的while循环显示UndefVarError。
n=0 while n<10 n+=1 println(n) end
UndefVarError:n未定义
任何人都可以帮助