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

< > (angle brackets)

Pattern Definition

(Added in SenseTalk 1.81)

A pattern definition enclosed in angle brackets < >.

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 in SenseTalk 1.54)

Example:

put <> into sourceData

Related terms in the SenseTalk Dictionary:



ノート

This page is under construction: it has not been reviewed for completeness.