; take two bytes as input and output their product's byte (let:nve $a*b 0 ( (let:nve $a 0 ( (getc:w $a) (let:nve $b 0 ( (getc:w $b) (while:re $a ( (add:ra $b $a*b) (dec:a $a))))))) (putc:r $a*b)))