Open hanyuone opened 8 years ago
I was thinking of including explicit returns, using the ret keyword. - so, something like this in a circuit:
ret
circ asdf(n) -> [ ret n&1 ] out asdf(1) Output: 1
Also, I propose that we shorten the input thing to inp.
input
inp
I was thinking of including explicit returns, using the
ret
keyword. - so, something like this in a circuit:Also, I propose that we shorten the
input
thing toinp
.