Nim
Nim copied to clipboard
`locals` doesn't work with ORC
proc simple() =
var
x = "string here"
echo locals()
simple()