With function you could do: someverylongfunctionname() = 5 foo = someverylongfunctionname foo()
Idk why the same thing doesn't work for macros :( @someverylongmacroname() = :(5) @foo = @someverylongmacroname @foo() Dne úterý 24. května 2016 6:58:22 UTC+2 Jeffrey Sarnoff napsal(a): > > I have a macro, macroWithVeryLongName(a,b), and I want a macro that does > the same thing that uses a short name for convenience, sameAction(a,b). > > >
