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,
<>
,≠
-
- 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
-
-