So, this is the code I have right now:
local count = 0 function _draw() count += 1 print(count) print(sin(count))
Then, when I boot this, the second one is always 0, but why? I'm trying to have a sinus wave, but not 0.