HomeManualTopicsTypesSymbols

std::do

execute a statement sequence

Parameter

body
the statement sequence

Results

None

Description

This procedure is used to explicitely define a new scope.

Example

do: $y f(x) writeln! y

Topic

Primitives

See also

std::pass does nothing