-
MathType
-
Wiris Quizzes
-
Learning Lemur
-
CalcMe
-
MathPlayer
-
Store FAQ
-
VPAT for the electronic documentation
-
MathFlow
-
BF FAQ
Begin, local and return
Reading time: 1minBegin, local and return
![]() |
This block is extremely useful when one defines its own functions. It allows performing different actions inside one block and defining local variables. |
![]() |
return statement. Returns a value in a user function. |
![]() |
Allows defining local variables: variables defined just in one code block. |