REBOL Document

Word? - Function Summary


Summary:

Returns TRUE for word values.

Usage:

word? value

Arguments:

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

Description:

Returns FALSE for all other values. To test for "word:", ":word", or "'word", use the SET?, GET?, and LITERAL? functions.


    print word? second [1 two "3"]
    true

Related:

type? - Returns a value's datatype.


<Back | Index | Next>

Copyright 2004 REBOL Technologies