Multiple

From Mesham
Revision as of 00:37, 4 January 2010 by Polas (talk | contribs) (Created page with '== Syntax == multiple[type] Where ''type'' is optional == Semantics == Included in allocated will (with no arguments) set the specific variable to have memory allocated to al…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Syntax

multiple[type]

Where type is optional

Semantics

Included in allocated will (with no arguments) set the specific variable to have memory allocated to all processes within current scope.

Example

var i: Int :: allocated[multiple[]];

In this example the variable i is an integer, allocated to all processes.