We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4a6374 commit a2c9fa4Copy full SHA for a2c9fa4
include/proper_internal.hrl
@@ -69,6 +69,7 @@
69
70
-define(PROPERTY_PREFIX, "prop_").
71
72
+-define(var(Value), io:format("~s = ~p\n", [??Value, Value])).
73
74
%%------------------------------------------------------------------------------
75
%% Constants
0 commit comments