Skip to content
Silica edited this page May 13, 2012 · 8 revisions

#PSL library ##基本定数 ###true ###false ###null 空オブジェクト ###nullptr 空ポインタ(参照) ##基本型 ###nil ###int ###hex ###float ###string ###ref reference ###pointer same as ref ###thread coroutine ###object ##基本関数 ###print ###type 型を表す文字列を返す ###range ###foreach array ###new 型を渡すとインスタンスを作成してポインタを返す ###eval 与えられた文字列をコンパイルして関数を返す ###GarbageCollection マーク・アンド・スウィープGCを呼ぶ ##strlib ###char ###ctoi ###length ###substr ###find ###rfind ###split ###getchar ###gets ##time ###time ###clock ###CLOCKS_PER_SEC定数 ##math ###abs 整数 ###fabs 浮動小数点数 ###sqrt ###pow ###log ###sin ###cos ###tan ##基本クラス ##array ###length ###push ###foreach ###join ##table ###exist ###delete ###keys ###foreach ##file ###open ###close ###read ##binary ###open ###close ###read ###readdw

Clone this wiki locally