Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
When declaring several reg inline (ie: reg x1, x2, x3;), only x1 shows up as reg in the ScriptWatchTable, x2 and x3 are var...
reg
reg x1, x2, x3;
x1
x2
x3
var
Ah yes that is possible I didn‘t use multiple declarations yet. Just don‘t ;)