REBOL Document

String? - Function Summary


Summary:

Returns TRUE for string values.

Usage:

string? value

Arguments:

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

Description:

Returns FALSE for all other values.


    print string? "with all things considered"
    true


    print string? 123
    false

Related:

type? - Returns a value's datatype.


<Back | Index | Next>

Copyright 2004 REBOL Technologies