A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://reference.wolfram.com/language/guide/ProceduralProgramming.html below:

Procedural Programming—Wolfram Language Documentation

Procedural Programming—Wolfram Language Documentation WOLFRAM Products

More mobile apps

Core Technologies of Wolfram Products Deployment Options From the Community Consulting & Solutions

We deliver solutions for the AI era—combining symbolic computation, data-driven insights and deep technology expertise.

WolframConsulting.com

Wolfram Solutions

More Wolfram Solutions

Wolfram Solutions For Education

More Solutions for Education

Learning & Support Get Started More Learning Grow Your Skills Tech Support Company Work with Us Educational Programs for Adults Educational Programs for Youth Read Educational Resources Wolfram Initiatives Events Wolfram|Alpha Wolfram Cloud Your Account Search Navigation Menu Wolfram Language & System Documentation Center Wolfram Language Home Page » GUIDE Procedural Programming

The Wolfram Language 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. The Wolfram Language 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

Assignments »

=  ▪  +=  ▪  ++  ▪  *=  ▪  AppendTo  ▪  ApplyTo  ▪  ...

Loops »

Do  ▪  While  ▪  Until  ▪  For  ▪  Table  ▪  Nest  ▪  ...

Conditionals »

If  ▪  Which  ▪  Switch  ▪  And(&&)  ▪  Equal(==)  ▪  Less(<)  ▪  ...

Flow Control »

Return  ▪  Throw  ▪  Catch  ▪  TimeConstrained  ▪  ...

Scoping Constructs »

Module  ▪  With  ▪  Block  ▪  ...

Input, Output, Etc. »

Print  ▪  Input  ▪  Pause  ▪  Import  ▪  OpenRead  ▪  ...

Related Tech Notes Related Guides Top

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4