Open Wuerfel21 opened 8 months ago
PUB main(i) return byte[i] + (i+=1) 'return (i) + (i+=1) '' oddly enough, this evaluates correctly
i should increment after reading the byte, but increments before.
i
i
should increment after reading the byte, but increments before.