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
Reduce (computer algebra system)
(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!
=== Comments === REDUCE has three comment conventions. It inherits the ''comment statement'' from ALGOL 60, which looks like this: comment This is a multi-line comment that ends at the next separator, so it cannot contain separators; Comment statements mostly appear in older code. It inherits the <code>%</code>... comment from Standard Lisp, which looks like this: % This is a single-line comment that ends at the end of the line. % It can appear on a line after code and % can contain the separators ";" and "$". <code>%</code>... comments are analogous to [[C++]] <code>//</code>... comments and are the most commonly used form of comment. REDUCE also supports a [[C (programming language)|C]]-style <code>/*</code>...<code>*/</code> comment that looks like this: /* This is a multi-line comment that can appear anywhere a space could and can contain the separators ";" and "$". */
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)