-
MathType
-
Wiris Quizzes
-
Learning Lemur
-
CalcMe
-
MathPlayer
-
Store FAQ
-
VPAT for the electronic documentation
-
MathFlow
-
BF FAQ
Local
Reading time: 1minDefines a variable that can be used in the block of definition.
Syntax
local Identifier
Description
Defines a variable with the name specified by the identifier in the current code block. A local variable is not a variable outside the block of definition.