The Algol 60 Report contains the following syntax (translated into EBNF): primary = unsignedNumber | variable | "(" arithmeticExpression ")" | ... . factor = primary | factor "↑" primary. term = factor | term ("×" | "/" | "÷") factor. simpleArithmeticExpression = term | ("+" | "-") term | simpleArithmeticExpression ("+" | "-") term. arithmeticExpression = simpleArithmeticExpression | "IF" BooleanExpression "THEN" simpleArithmeticExpression "ELSE" arithmeticExpression. relationalOperator = "=" | "≠" | "≤" | "<" | "≥" | ">" . relation = arithmeticExpression relationalOperator arithmeticExpressi
-x ÷ y a+b<c+d a+b<c∨d≠e∧¬f⊃g>h≡i×j=k↑l∨m-n+p≤q This is the continuation of the question
And what is the question?
?
Please type your question. We will be able to help you.
Join our real-time social learning platform and learn together with your friends!