REBOL Document

Get-word? - Function Summary


Summary:

Returns TRUE for get-word values.

Usage:

get-word? value

Arguments:

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

Description:

Returns FALSE for all other values.


    print get-word? second [pr: :print]
    true

Related:

lit-word? - Returns TRUE for lit-word values.
set-word? - Returns TRUE for set-word values.
word? - Returns TRUE for word values.


<Back | Index | Next>

Copyright 2004 REBOL Technologies