Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FORCE Data Base Compiler - ############################################################################## http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
##############################################################################
###+------+###################################################################
#+-| TEXT |----------------------------------+################################
#| +------+ The TEXT command displays either |################################
#|          a TEXT block or <Text-ident>     |################################
#+-------------------------------------------+################################
##############################################################################
##############################################################################
#+--| Syntax |-----------------+##############################################
#|     TEXT [<Text-ident>]     |##############################################
#+-----------------------------+##############################################
##############################################################################
##############################################################################
######+---| Description |-----------------------------------------------+#####
######| TEXT outputs text exactly as it is entered in the source file.  |#####
######| Up to 64k of text may be entered in one block.  Unnamed text    |#####
######| blocks must appear within a PROCEDURE or FUNCTION.              |#####
######| --------------------------------------------------------------- |#####
######| If no <Text-ident> is specified, all text between TEXT and      |#####
######| ENDTEXT will be output to the screen.                           |#####
######| --------------------------------------------------------------- |#####
######| No carriage return or line feed character is output before text |#####
######+-----------------------------------------------------------------+#####
##############################################################################
##############################################################################
#########+--| Example 1 |-------------------------------------------+#########
#########| *    Print the TEXT block.                               |#########
#########|                                                          |#########
#########| PROCEDURE force_main                                     |#########
#########|                                                          |#########
#########|     TEXT                                                 |#########
#########|     This text will be printed without any                |#########
#########|     modifications to the screen.                         |#########
#########|                                                          |#########
#########|     ENDTEXT                                              |#########
#########|                                                          |#########
#########| ENDPRO                                                   |#########
#########+----------------------------------------------------------+#########
##############################################################################
##############################################################################
#########+--| Example 2 |-------------------------------------------+#########
#########| *    FORCE will print the TEXT block through the         |#########
#########| *    ? or ?? commands.                                   |#########
#########|                                                          |#########
#########| TEXT text_block             && If an alias is            |#########
#########|                             &&  specified, the text      |#########
#########|                             &&  block can be printed     |#########
#########|                             &&  only by the ? or ??      |#########
#########|                             &&  commands.                |#########
#########|                                                          |#########
#########|     This text will be displayed only by the ? or ??      |#########
#########|     commands.                                            |#########
#########|                                                          |#########
#########| ENDTEXT                                                  |#########
#########|                                                          |#########
#########| PROCEDURE force_main                                     |#########
#########|                                                          |#########
#########|     ? text_block            && Also print out the        |#########
#########|                             &&  text block through       |#########
#########|                             &&  the @...?? command.      |#########
#########|     10,10 ?? text_block                                  |#########
#########+----------------------------------------------------------+#########
##############################################################################

See Also: ? @...?? @...SAY

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson