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