Nim icon indicating copy to clipboard operation
Nim copied to clipboard

`locals` doesn't work with ORC

Open ringabout opened this issue 1 year ago • 0 comments

proc simple() =
  var
    x = "string here"
  echo locals()

simple()

ringabout avatar Aug 05 '22 13:08 ringabout