-
-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
Creating a cell with the content
function f()
i = 0
for outer i = 1:3
# empty
end
return i
end
results in a warning in the REPL running Pluto
┌ Warning: unknown use of `=`. Assignee is unrecognised.
│ ex = :($(Expr(:outer, :i)))
└ @ ExpressionExplorer C:\Users\...\.julia\packages\ExpressionExplorer\ySMFM\src\explore.jl:177
The example was taken directly from the Julia manual https://docs.julialang.org/en/v1/base/base/#outer
Tested with ExpressionExplorer 1.1.2.
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers