Known bugs

Below there is the list of known bugs that are waiting for fixing.
 

command name bug description
right$(string$, position) may be it's not really a bug but the way it works: position is not relative from right string position. workaround: right$( a$, len(a$)-position)