Go to the first, previous, next, last section, table of contents.


loadpath

ctrl("loadpath"[,list])
list
文字列(パス)のリスト
return
文字列(パス)のリスト, または数(listが与えられたとき)
[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


Go to the first, previous, next, last section, table of contents.