With function you could do:

someverylongfunctionname() = 5
foo = someverylongfunctionname
foo()

Idk why nothing this doesn't work for macros

@someverylongmacroname() = :(5)
@foo = @someverylongmacroname
@foo()

^^ both of these don't work :(


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).
>
>
>

Reply via email to