Hey, wanted to ask this:
proc ff(j:int) : void =
var dd {.noinit.}: int
dd.echo
2.ff
Now dd is 0. But shouldnt it be an arbitrary value like 1710401292? Thanks? EDIT: Had to clarify the code
Hey, wanted to ask this:
proc ff(j:int) : void =
var dd {.noinit.}: int
dd.echo
2.ff
Now dd is 0. But shouldnt it be an arbitrary value like 1710401292? Thanks? EDIT: Had to clarify the code