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]
##############################################################################
###+--------+#################################################################
#+-| @...?? |---------------------------------+###############################
#| +--------+ The @...?? subcommand functions |###############################
#|            identically to the ?? command   |###############################
#+--------------------------------------------+###############################
##############################################################################
##############################################################################
#+--| Syntax |---------------------------+####################################
#|     @<Int-exp,Int-exp> ?? <C-exp>     |####################################
#+---------------------------------------+####################################
##############################################################################
##############################################################################
#########+---| Description |-----------------------------------------+########
#########| The @...?? subcommand functions identically to the ??     |########
#########| command.  This method of encoding provides for efficient  |########
#########| screen output, ?? is MUCH smaller and faster than SAY     |########
#########| because of the formatting requirements attached to the    |########
#########| SAY subcommand.                                           |########
#########| --------------------------------------------------------- |########
#########| The output of the @...?? command is sent through the same |########
#########| I/O system as the ? command instead of the I/O system of  |########
#########| the @...SAY command.  This means any output through the   |########
#########| @...?? command can be redirected to an alternate file.    |########
#########+-----------------------------------------------------------+########
##############################################################################
##############################################################################
#########+--| Example 1 |-------------------------------------------+#########
#########| *    String length takes precedence over the @S          |#########
#########| *    function if it is less than the width               |#########
#########| *    specified by @S<Uint-const>                         |#########
#########|                                                          |#########
#########| @ 1,1 SAY "david" PICTURE "@S50"                         |#########
#########| ?? "Where will this be?"                                 |#########
#########|                                                          |#########
#########| Output:                                                  |#########
#########| davidWhere will this be?                                 |#########
#########+----------------------------------------------------------+#########
##############################################################################

See Also: ? @ @...SAY

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