REBOL Document

Integer? - Function Summary


Summary:

Returns TRUE for integer values.

Usage:

integer? value

Arguments:

value - The value argument. (must be: any-type)

Description:

Returns FALSE for all other values.


    print integer? -1234
    true


    print integer? "string"
    false

Related:

type? - Returns a value's datatype.


<Back | Index | Next>

Copyright 2004 REBOL Technologies