Works fine when assigning any of the above to a string variable, but not when using them to define part of a string variable. Transpiler gets stuck on first pass and leaves 'node.js: server-side JavaScript' process running in memory.
Example:-
A$="ABCDEF" Left$(A$,2)="GG"
This is ciorrected FOR GOOD in the next version ( 0.9.3 )