Function me::Compile(runtimeId)

me::Compile

The procedure me::Compile compiles a runtime identifier and all runtime identifiers below that identifier. If that runtime identifier is a runtime library, all procedures can be run and set / parameter definitions can be evaluated provided there are no errors.

me::Compile(
           runtimeId  ! (input) an element
           )

Arguments

runtimeId

An element in the set AllIdentifiers referencing a runtime identifier.

Return Value

Returns 1 if the compilation operation is successful, 0 otherwise. In the latter case error(s) have been raised. When runtimeId doesn’t reference a runtime identifier an error will be raised.

See also