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

< > (angle brackets)

Pattern Definition

A pattern definition enclosed in < >. (Added to SenseTalk in 1.81)

Example:

set numPtn to <one or more digits, maybe ("." then one or more digits)>

Related terms in the SenseTalk Dictionary.

Data Literal

Binary data literal.

Binary data values may be written using < > around an even number of hexadecimal digits (2 digits per byte of data). Spaces may also be included to aid in readability.

Example:

set password to <534848e2 80a62074 6f702073 65637265 7421>

Empty Data Value (Added to SenseTalk in 1.54)

Example:

put <> into sourceData

Related terms in the SenseTalk Dictionary.