REBOL Document

View? Function


Summary:

Returns true if REBOL/View capability is enabled.

Usage:

view?

Description:

Returns TRUE if you are running a graphics enabled version of REBOL.


    print view?
    true

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


    view?: value? 'layout

Related:

view - Displays a window face.


<Back | Index | Next>

Copyright 2004 REBOL Technologies