正方向へ val を切り上げた整数のinteger値を返します。
戻り値は val の値以上になります
default { state_entry() { llSay(0,"The ceil value of -4.5 is: "+(string)llCeil(-4.5) ); } }