Question about usage of argument:
https://github.com/SimGus/Chatette/wiki/Generation-modifiers#argument
Example was provided in link:
~[greetings$NAME]
Hi $NAME
Hello $NAME!
I would like to use instead of $NAME another alias:
Following usage
~[greetings$~[NAME]]
cause SyntaxError: Invalid token
Is there a way to use alias as argument?
Question about usage of argument:
https://github.com/SimGus/Chatette/wiki/Generation-modifiers#argument
Example was provided in link:
I would like to use instead of $NAME another alias:
Following usage
~[greetings$~[NAME]]cause SyntaxError: Invalid token
Is there a way to use alias as argument?