It's slightly faster to use CHR$ for single digit numbers
6そうだね プレイ済み
DATA PI() is allowed.
EXP() is also a constant, but it just compiles to its value and ignores the rest of the expression. X=EXP() and X=2.718... are the same speed, but X=EXP()*2 is slower than X=5.436...
0そうだね プレイ済み
PI() is actually a constant, not a function
2そうだね プレイ済み
I just realized I could've probably made it much shorter if I just used GPUTCHR to draw the text twice to get the same effect.
0そうだね プレイ済み
Luckily this memory leak isn't triggered by anything USEFUL. It only happens with string literals, which you shouldn't be using SHIFT or POP with anyway.
0そうだね プレイ済み
Also works with POP. The only fix is to restart SB
1そうだね プレイ済み