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!
=== Executable statements === {{col-begin}} {{col-2}} * ''variable'' = ''expression'' (assignment) * TRANSFER TO ''statement-label'' * WHENEVER ''boolean-expression'', ''executable-statement'' (simple conditional) * WHENEVER ''boolean-expression'' (compound conditional) ** OR WHENEVER ''boolean-expression'' ** OTHERWISE ** END OF CONDITIONAL * CONTINUE (do nothing statement, usually used to carry a statement label) {{col-2}} * THROUGH ''statement-label'', FOR VALUES OF ''variable'' = ''expression-list'' (iteration) :(where ''variable'' may be any mode including floating-point) * SET LIST TO ''array-element'', [ ''expression'' ] * SAVE DATA ''list'' * RESTORE DATA ''list'' * PAUSE NO. ''octal-integer'' (stop execution, print an octal number on the operators console, allow manual restart) * END OF PROGRAM (the last statement in all MAD programs) {{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)