Rebol Programming/decimal?

USAGE:

edit
DECIMAL? value 

DESCRIPTION:

edit

Returns TRUE for decimal values.

DECIMAL? is an action value.

ARGUMENTS

edit
  • value -- (Type: any-type)

SOURCE CODE

edit
decimal?: native["Returns TRUE for decimal values." value [any-type!] 30]