All Control functions
Name | Function header | Example | Result | Description | Errorhandling |
---|---|---|---|---|---|
newControl | func() Data | [[ $v := newControl ]] |
$v contains new Control structure. | It is the same as Data. You can use all the Data functions on it |
// TODO
func() Data
The newControl
function …
Example with newControl
[[ $v := newControl ... ]]
$v
contains …