raddebugger
raddebugger copied to clipboard
`rows` parameter accessor
Reposting from odin discord channel.
Basically if we have rows($, array(data, len), len, capacity), we will not be able to refer to "array" bit directly.
I proposed a possible solution to name the expression for the parameter like so: rows($, arr = array(data, len), len, capacity) and make it accessible via var.arr