A base arithmetic term is the most elementary ASM term.
BaseArithmeticTermAST ::= VariableRefAST | ConstantValueAST | ( LogicalTermAST ) | AsmFunctionLocationAST | GraphPatternCallAST | PredefinedFunctionCallAST
A base arithmetic term can be the followings:
a variable,
an ASM constant,
the negative value of an integer constant or float constant
a general termsurrounded by parenthesis,
an ASM function location or
a predefined function call.
Defined In: unary arithmetic term