(10-20-2023, 05:25 PM)SMcNeill Wrote: 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"
I was doing that with editor I was building with old VB for DOS (very easy to build editors there BTW!)
All the long paragraphs in a variable name put on a list you could click to paste in.
(10-20-2023, 04:55 PM)SpriggsySpriggs Wrote:(10-20-2023, 04:18 PM)RhoSigma Wrote: STOP TRYING TO FAKE OTHER LANGUAGES !!
no
+1 Who can happily pass up a great idea?
b = b + ...