npt-japanese

% Function READTABLEP

UP


Function READTABLEP

Function READTABLEP

構文

readtablep object => generalized-boolean

引数と戻り値

object - オブジェクト
generalized-boolean - generalized-boolean

定義

objectreadtableのときはtrueを、 それ以外はfalseを返却します。

例文

(readtablep *readtable*) =>  true
(readtablep (copy-readtable)) =>  true
(readtablep '*readtable*) =>  false

副作用

なし。

影響

なし。

例外

なし。

参考

なし。

備考

(readtablep object) ==  (typep object 'readtable) 

TOP, Github