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

= (equal sign)

Operator

Equal to.

Example:

if x = 7 then add 1 to adjustment

Synonyms:

  • is
  • equals
  • is equal to
  • are
  • is the same as

Related terms in the SenseTalk Dictionary.

Keyword

Used to Assign Value to a Variable in a set Command

Examples:

set total = 0

Used in Some Forms of Repeat Statements

Examples:

repeat with n = y to z
repeat with n = each item of z