REBOL Document

Path? - Function Summary


Summary:

Returns TRUE for path values.

Usage:

path? value

Arguments:

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

Description:

Returns FALSE for all other values.


    print path? first [random/seed 10]
    true

Related:

make - Constructs and returns a new value.


<Back | Index | Next>

Copyright 2004 REBOL Technologies