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


list

list([arg0, arg1, ...])
:: list を生成する.
return
リスト
arg0, arg1, arg2, ...
オブジェクト
[219] list(1,2,3);
[1,2,3]
[220] list(1,2,[3,4]);
[1,2,[3,4]]
参照
@xref{cons}

ChangeLog


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