-
MathType
-
WirisQuizzes
-
LearningLemur
-
CalcMe
-
MathPlayer
-
Store FAQ
-
VPAT for the electronic documentation
-
MathFlow
-
BF FAQ
-
Miscellaneous
-
Wiris Integrations
Programming
Reading time: 1minYou can find all the available commands related to programming methods here.
Here you'll find the usual programming commands. These include conditional statements, loops, begin-end blocks, local variables, and the return statement.
As you may use these commands to generate an algorithm for a WirisQuizzes question, we show how to create them through the sheet and using the code editor. You can see more details about it here.
Range notation
We can create a range of numbers using the syntax: start..end or start..end..step. It is also possible to couple ranges.

Concatenation
We can concatenate two strings, lists, or vectors. Moreover, we can easily add a column or a row to a matrix.

Conditional statements

Loop statements

Begin, local and return

Examples
