Fresh variable names in Erlang

Héctor Rivas Gándara keymon@REDACTED
Fri Aug 27 17:32:13 CEST 2004


El Viernes, 27 de Agosto de 2004 15:31, escribió:
> Check out the xxx-macros package at the User Contrib area.
> It might still work...

yeah, it works! 

-compile({parse_transform,xx}).
-define(TRY, begin case catch).
-define(WITH, of).
-define(END_TRY, ; xxVAR1 -> xxVAR1 end end).

Thank you
-- 
Greets



More information about the erlang-questions mailing list