Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
MAD (programming language)
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
=== Operators === {{col-begin}} {{col-2}} ==== Arithmetic operators ==== * .ABS. (unary absolute value) * + (unary identity) * - (unary negation) * + (addition) * - (subtraction) * * (multiplication) * / (division) * .P. (exponentiation) * .N. (bitwise negation) * .A. (bitwise and) * .V. (bitwise or) * .EV. (bitwise exclusive or) * .LS. (left shift) * .RS. (right shift) * .REM. (remainder, GOM only) ==== Pointer operators (GOM only) ==== * : (selection) * .LOC. (location) * .IND. (indirection) {{col-2}} ==== Relational operators ==== * .L. (less than) * .LE. (less than or equal) * .E. (equal) * .NE. (not equal) * .G. (greater than) * .GE. (greater than or equal) ==== Boolean operators ==== * .NOT. (unary logical not) * .OR. (logical or) * .EXOR. (logical exclusive or) * .AND. (logical and) * .THEN. (implies) * .EQV. (equivalence) ==== Bit operators (GOM only) ==== * .SETBIT. (set bit to 1) * .RESETBIT. (reset bit to 0) * .BIT. (test bit) {{col-end}}
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)