LINK?

REBOL Dictionary 2.0


Summary:

Returns true if REBOL/Link capability is enabled.

Usage:

link?

Description:

Returns TRUE if you are running an IOS-client enabled version of REBOL.


    print link?
    true

Note that this function may not be available in older versions of REBOL. To define a similar value add this to your code:


    link?: value? 'send-server

Related:

view? - Returns true if REBOL/View capability is enabled.


<Back | Index | Next>

Copyright 2003 REBOL Technologies