Closed a2aaron closed 6 years ago
The empty bytebeat is usually not a bytebeat that people tend to use, and if you need all zero values, you should use 0 instead.
0
Specifically, the compile function isn't rejecting code that never puts any values on the stack.
compile
The empty bytebeat is usually not a bytebeat that people tend to use, and if you need all zero values, you should use
0
instead.