WMLScript maxInt() 関数

maxInt() 関数は可能な最大の整数値を返します。

構文

n = Lang.maxInt()
成分 説明
n 関数から返される最大の整数。

var a = Lang.maxInt();

結果

a = 2147483647