REBOL Document

Set-word? - Function Summary


Summary:

Returns TRUE for set-word values.

Usage:

set-word? value

Arguments:

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

Description:

Returns FALSE for all other values.


    if set-word? first [word: 10] [print "it will be set"]
    it will be set

Related:


<Back | Index | Next>

Copyright 2004 REBOL Technologies