Maxim Treskin wrote: > Is it possible to stringify macros argument in erlang? ??Foo stringifies the macro argument Foo. See the eunit.hrl file for examples of writing assertion macros: http://svn.process-one.net/contribs/trunk/eunit/include/eunit.hrl (or simply use eunit, even if it is just for the macros). /Richard