[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

6.12 モジュールに対する操作


[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

6.12.1 module_list

module_list()

:: 定義済みのモジュールのリストを得る.

return

定義済みのモジュールのリスト.

 
[1040] module_list();
[gr,primdec,bfct,sm1,gnuplot,tigers,phc]
参照

See section モジュール


[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

6.12.2 module_definedp

module_definedp(name)

:: モジュール name の存在をテストする.

return

(1|0)

name

モジュール名

 
[100] module_definedp("gr");   
1
参照

module_list, See section モジュール.


[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

6.12.3 remove_module

remove_module(name)

:: モジュール name を削除する.

return

(1|0)

name

モジュール名

 
[100] remove_module("gr");   
1
参照

See section モジュール.


[ < ] [ > ]   [ << ] [ Up ] [ >> ]

This document was generated by Nobuki Takayama on June, 8 2017 using texi2html 1.76.