mirror of
https://github.com/correl/riichi.git
synced 2024-11-14 11:09:36 +00:00
7 lines
130 B
Erlang
7 lines
130 B
Erlang
|
|
-define(LAZY(Expr), fun() ->
|
|
Expr
|
|
end).
|
|
|
|
-define(FORCE(Expr), apply(Expr, [])).
|
|
|