Go to the first, previous, next, last section, table of contents.
- ctrl("loadpath"[,list])
-
- list
-
文字列(パス)のリスト
- return
-
文字列(パス)のリスト, または数(listが与えられたとき)
- asir の組み込み関数 ctrl のスイッチのひとつである.
- asir のロードパスの出力または設定を行う.
[0] L=ctrl("loadpath");
[/home/you/OpenXM/lib/asir-contrib,/home/you/OpenXM/lib/asir,.]
[1] ctrl("loadpath", cons(getenv("HOME")+"/lib",L));
0
ChangeLog
- この関数は 2014-5-12 にコミットされた.
変更をうけたソースコードは builtin/ctrl.c (1.41) である.
Go to the first, previous, next, last section, table of contents.