Hello,

I was wondering if that is possible. The symbol for variable in the language I am working on is the "$" sign.

Would it be possible to add this after the word has been typed and have it added in the beginning of the word? The same would go for the array symbol %,
strings array "!" etc..

So I would type "counter" and then decide if I want this to be a variable or an array so depending if I type $ or % after that word it would end up being
$counter or %counter

Thanks in advance for any input.

Best,
John