Enable JavaScript to interact with content and submit forms on Wolfram websites. Learn how

Legacy Documentation

Mathematica 8 (2010)

This is documentation for Mathematica 8, which was
based on an earlier version of Wolfram Language.
View current documentation (Version 14.3)
Procedural Programming
Mathematica stands out from traditional computer languages in supporting many programming paradigms. Procedural programming is the only paradigm available in languages like C and Java, as well as most scripting languages. Mathematica supports all standard procedural programming constructs, but often extends them through integration into its more general symbolic programming environment.
x = value (Set ) set the value for a variable
expr ; expr ; expr (CompoundExpression ) execute expressions in sequence
=   +=   ++   *=   AppendTo   ...
Do   While   For   Table   Nest   ...
If   Which   Switch   And (&& Equal (== Less (< ...
Return   Throw   Catch   TimeConstrained   ...
Module   With   Block   ...
Print   Input   Pause   Import   OpenRead   ...
TUTORIALS
MORE ABOUT


ja zh

AltStyle によって変換されたページ (->オリジナル) /