Alias command doesn't work in SnapTerminal

I know that this is a really old project, but I can't seem to figure out why the alias command doesn't work in SnapTerminal:

I made an alias of echo called write (that is alias~write~echo). Number 10 of textfunc_values sets command to a list of a list of echo ([[echo]]) instead of a list of echo ([echo]). The split block needs to be passed item (1) of what it is already passed (var (call) etc.) When I got "echo" is not a recognized command, the list of echo (the first item of the list of the list of echo) was converted to a string, which converts and concatenates all of its inputs (in this case just echo).

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.