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>println(func |> rmlines)
ERROR: UndefVarError: rmlines not defined
Stacktrace:
[1] top-level scope at REPL[4]:1
julia>println(func |> JuliaVariables.rmlines)
[]function (f)(x)
y = (@global+)(@cell x, 1)
let y = (@global+)(@cell y, 1)
[cell y,cell x]((@global+)(@cell x, @cell y, @z) for z = (@global :)(1, 10))
endend
The text was updated successfully, but these errors were encountered:
Looks like
rmlines
is not exported:The text was updated successfully, but these errors were encountered: