In this case, within the program listing only the operator notation can be used: insert (Areas, Area, Radius-1, Result)
In diesem Fall kann im Programmeditor nur die Operatorschreibweise verwendet werden: insert (Areas, Area, Radius-1, Result)
Other results
The teacher explained that infix notation places operators between the numbers in calculations.
In suffix notation, operators are placed after their operands for clearer expression evaluation.
In der Postfix-Notation werden Operatoren nach ihren Operanden platziert, um eine klarere Auswertung von Ausdrücken zu ermöglichen.
The IN-operator is a short notation for using CONTAINSROW().
These characters include advanced mathematical operators, scientific notation, currency symbols, and characters from other languages.
Diese Zeichen umfassen spezielle mathematische und wissenschaftliche Zeichen, Währungssymbole und Zeichen aus anderen Sprachen.
Some of the special characters commonly used as operators in mathematical notation look similar to ordinary keyboard characters.
Einige der Sonderzeichen, die in der mathematischen Schreibweise üblicherweise als Operatoren verwendet werden, sehen ähnlich aus wie die normalen Zeichen auf der Tastatur.
Note: =>is not an operator, but the notation for Arrow functions.
Assignment Statements Assignments in Pascal use the colon-equal operator, an odd notation for programmers who are used to other languages.
Note: (=>) is not an operator, but the notation for Arrow functions.
C++ would actually call a function to do this (in fact, these expression could be rewritten in function notation as operator +(a, b)).
C++ wurde eigentlich eine Funktion aufrufen, um dies zu tun (tatsachlich konnte dieser Ausdruck in Funktions-Notation als operator +(a, b) umgeschrieben werden).
In [PROD145] Designer, the way you use expressions is based on prefix notation (operator and then arguments), the expression 1+1 is not valid but (+ 1 1) is.
In der Anwendung werden Ausdrücke in der sogenannten Präfix-Schreibweise (erst der Operator, dann die Argumente) verarbeitet. Beispiel: Der Ausdruck (+ 1 1) ist gültig, 1+1 dagegen nicht.
In postfix notation, the operator must always come after the operands.
In prefix notation, the addition operator comes before the operands it acts on.