ComputerCraft

ComputerCraft

21M Downloads

[Bug]write() add 0 to Numbers

JakobDev opened this issue · 3 comments

commented

write

commented

That's a feature of the Lua REPL. IIRC write returns the number of new lines - in this case 0. As lua prints the return value, 10 ends up looking like 100.

commented
commented

I had found this while working on #321 and thought, this is a Bug. Sorry for that.