This also means that there are a few more "ignore" functions:
X=POP(A) 'fastest (only works with one type) PCMSTOP POP(A) 'requires DLC IF POP(A) THEN ENDIF 'only works with integers and strings WAIT 0,POP(A) PLEASE POP(A) 'slowest(Obviously you shouldn't actually use those since this is a bug that might be fixed) And a function that returns null:
PCMSTOP()