11/17/2007
Data Test Program (dt)
11
Numeric Input Formats
nw = words (4 bytes)
nb = blocks (512 bytes)
nm = megabytes
ng = gigabytes
nt = terabytes
ninf or INF = Infinite
nq = quadwords (8 bytes)
nk = kilobytes (1024 bytes)
np = page size (varies)
nSimple arithmetic allowed.
nBitwise operations allowed.
n‘expr’ for complex math.
The default base for numeric input is decimal, but you can override this default by specifying 0x or 0X for hexadecimal conversions, or a leading ‘0’ for octal conversions.  Please Note: Evaluation is from right to left without precedence, and parenthesis are not permitted.