REBOL Document

?? - Function Summary


Summary:

Prints a variable name followed by its molded value. (for debugging)

Usage:

?? name

Arguments:

name - The name argument.

Description:

Handy for printing the value of a variable while debugging.


    test: [123 "testing"]
    ?? test
    test: [123 "testing"]

Related:

? - Prints information about words and values.
help - Prints information about words and values.


<Back | Index | Next>

Copyright 2004 REBOL Technologies