メインコンテンツまでスキップ
バージョン:25.3

. (dot)

Property of an Object

Example:

set colorValue to {red:55, green:89, blue:108}
put colorValue.green --> 89

Related terms in the SenseTalk Dictionary.

Function of an Object or Value

Example:

put (4+5).sqrt --> 3

Related terms in the SenseTalk Dictionary.

Decimal Point in a Numeric Literal

Example:

put 3.1416 into piApproximation