REBOL Document

Set-path? - Function Summary


Summary:

Returns TRUE for set-path values.

Usage:

set-path? value

Arguments:

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

Description:

Returns FALSE for all other values.


    if set-path? first [a/b/c: 10] [print "Path found"]
    Path found

Related:

make - Constructs and returns a new value.


<Back | Index | Next>

Copyright 2004 REBOL Technologies