Erlang随笔

The following macros are predefined:
以下のようなマクロがさいっしょっから定義されてる:

?MODULE
The name of the current module.
カレントモジュールの名前。
?MODULE_STRING.
The name of the current module, as a string.
カレントモジュールの名前の文字列。
?FILE.
The file name of the current module.
カレントモジュールのファイルの名前
?LINE.
The current line number.
カレント行番号。
?MACHINE.
The machine name, 'BEAM'.
マシン名、'BEAM'。

你可能感兴趣的:(erlang)