The Midio textual representation
Midio Language Syntax
Modules
module ModuleName {
// Module content (functions, events, types, nodes and arrows)
}Functions
func FunctionName {
// input and output and parameter declarations
in trigger execute
out trigger continue
in property input1
out property output1
// function body (node instances and arrows)
}External functions:
Inputs, and Outputs
Parameters
Only compile time known values are supported to parameters, like number, string or complex literals.
Instances
Attributes
Properties and Types
Identifiers
Instances and Arrows
Last updated
Was this helpful?