Predefined Types
Void
Return type in the FlexiLayout language used to declare functions that do not return a value, equivalent to void in C-style languages.
Type Void is used to declare functions that return no value.
Return type in the FlexiLayout language used to declare functions that do not return a value, equivalent to void in C-style languages.