MathModule = "math" CmathModule = "cmath" KandinskyModule = "kandinsky" ForLoopMenu = "For" IfStatementMenu = "If" WhileLoopMenu = "While" ConditionsMenu = "Conditions" ConditionNot = "not " ConditionOr = "or " ConditionAnd = "and " InferiorCondition = "<=" InferiorConditionWithArg = "x<=y" SuperiorCondition = ">=" SuperiorConditionWithArg = "x>=y" InferiorStrictCondition = "<" InferiorStrictConditionWithArg = "x