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

symbol equal

  • Operator
    • equals
      • Examples:

        if x = 7 then add 1 to adjustment
      • Synonyms: is, equals, is equal to, are, is the same as

      • Related: is, equals, <>,

  • 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