y = Function(), y = Function(x), y = Function(x_1,x_2) etc., wobei
x, x_1, y usw. für Variablennamen stehen. Als Function sind (vorerst) erlaubt:
Zero (nullstellig) sowie Val, Inc und Dec (alle einstellig).
loop x times { ... }, wobei x eine Variable sein muss.
while x do { ... } erlaubt.
input_1 bis input_5 kann man anderweitig festlegen.