10-20-2023, 05:25 PM
I don't care about faking other languages; all I want is a shorthand for typing junk.
ALIAS "_PRINTSTRING(" AS "??"
?? x, y), "Hello World"
Just as CONST does basic substitution, so does Alias, so that's just shorthand for:
_PRINTSTRING(x, y), "Hello World"
ALIAS "_PRINTSTRING(" AS "??"
?? x, y), "Hello World"
Just as CONST does basic substitution, so does Alias, so that's just shorthand for:
_PRINTSTRING(x, y), "Hello World"