|
@ -2,7 +2,7 @@ |
|
|
-define(IIF(Cond, Then, That), case Cond of true -> Then; _ -> That end). |
|
|
-define(IIF(Cond, Then, That), case Cond of true -> Then; _ -> That end). |
|
|
|
|
|
|
|
|
%% IF-DO表达式 |
|
|
%% IF-DO表达式 |
|
|
-define(IF(IFTure, DoThat), (IFTure) andalso DoThat). |
|
|
|
|
|
|
|
|
-define(IF(IFTure, DoThat), (IFTure) andalso (DoThat)). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%%汉字unicode编码范围 0x4e00 - 0x9fa5 |
|
|
%%汉字unicode编码范围 0x4e00 - 0x9fa5 |
|
|