Libs
Libs
Yes I don't think tiddlybit supports adding integers to the stack just by passing it as a number. Instead it attempts to get the relevant OPcode from the given number....
Oh right. I thought it was returning undefined because you were passing a number that wasn't an opcode byte number. I see now. Let me look in to that.
What version are you on? I think this might be fixed in 0.0.6
Ah I see the issue now. The function `OpCode.byCode()` was renamed to `OpCode.byByte()`. The reason for my confusion is a I remember this came up before and was fixed, but...