Skip to content

Commit

Permalink
Clarify Infix vs Binary
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed Nov 20, 2024
1 parent 7d708e2 commit b997dc9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mathics_scanner/data/operators.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
# - NullAry (0 arguments),
# - Unary (1 argument),
# - Binary (2 arguments)
# - Infix (2 or more arguments; Binary is a special case of Infix having exactly 2 argumetns)
# - Ternary (3 arguments)
# - n-ary (n arguments)
#
Expand Down

0 comments on commit b997dc9

Please sign in to comment.