Name
exp — Calculate the exponent.
Synopsis
call subs.txt exp { base } { exponent } [ return ] [ call ] [ = ] 
Parameters
Table 45. exp parameters
| Name | Description | 
|---|
| base | Base number. | 
| exponent | Exponent. | 
| return | Name of return value ('return' by default) | 
| call | exp 20 2 | 
| = |   | 
Description
Calculate the exponent.