Go to the first, previous, next, last section, table of contents.
- module_definedp(name)
-
:: モジュール name の存在をテストする.
- return
-
(1|0)
- name
-
モジュール名
-
モジュール name が存在すれば 1, 存在しなければ 0 を返す.
[100] module_definedp("gr");
1
- 参照
-
section
module_list
, See section モジュール.
Go to the first, previous, next, last section, table of contents.