5.3.4. Base Arithmetic Term

[Tip]Description

A base arithmetic term is the most elementary ASM term.

[Important]Syntax
BaseArithmeticTermAST ::= VariableRefAST 
                        | ConstantValueAST 	                     
                        | ( LogicalTermAST )
                        | AsmFunctionLocationAST
                        | GraphPatternCallAST
                        | PredefinedFunctionCallAST

A base arithmetic term can be the followings:

Defined In:  unary arithmetic term