5部 関数リファレンス

int

int EXPR



intは、引数EXPRの整数を返します。

intの使い方

print int 100.6,"\n";
> 100 

関連記事