Skip to content
angerangel edited this page Dec 18, 2012 · 3 revisions

Table of Contents

USAGE

 ABOUT

DESCRIPTION

Information about REBOL

ABOUT is a function value.

SOURCE

about: make function! [ [
    "Information about REBOL"
][
    print make-banner sys/boot-banner
] ]

Example

>> about
**************************************************************************
**                                                                      **
**  REBOL 3.0 [Alpha Test]                                              **
**                                                                      **
**    Copyright: 2012 REBOL Technologies                                **
**               All rights reserved.                                   **
**    Website:   www.REBOL.com                                          **
**                                                                      **
**    Version:   2.101.0.3.1                                            **
**    Platform:  Windows win32-x86                                      **
**    Build:     18-Dec-2012/14:47:36                                   **
**    Warning:   For testing purposes only. Use at your own risk.       **
**                                                                      **
**    Language:  italiano                                               **
**    Locale:    Italia                                                 **
**    Home:      C:\MinGW\msys\1.0\home\                                **
**                                                                      **
**************************************************************************
Clone this wiki locally