Difference between revisions of "Mixly Block Category - Functions"
From Microduino Wiki
(Created page with "=Create a Procedure/Function= *Without Return *With Return =If ... then ... return= =After Creating a Procedure/Function= ==Call a Procedure/Function==") |
(→Create a Procedure/Function) |
||
Line 2: | Line 2: | ||
*Without Return | *Without Return | ||
*With Return | *With Return | ||
+ | |||
+ | ==Configuring with Parameters== | ||
+ | |||
=If ... then ... return= | =If ... then ... return= | ||
=After Creating a Procedure/Function= | =After Creating a Procedure/Function= | ||
==Call a Procedure/Function== | ==Call a Procedure/Function== |
Revision as of 19:23, 2 February 2017
Contents
Create a Procedure/Function
- Without Return
- With Return