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 4.0 Reference - ??? display values followed by cr/lf on console http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 ???                 Display values followed by CR/LF on console
------------------------------------------------------------------------------
 Syntax
   ??? [epressions]

 Arguments
   expressions is a comma-separated list of expressions that evaluate
   to any displayable data type.

 Description
   The ??? command is similar to the ? command, except that the CR/LF
   is output after the contents of expressions, instead of before it as
   with the ? command. This results in the output to occur at the current
   cursor or printer head column, while the ? command's output always goes
   to column 0.

   See the ? command for more details on directing and formatting the
   output.

 Example
   #define EXAMPLE_SCREEN
   #include example.hdr

   proc Test_815
   clear
   ??? "This prints in the first line"
   ??  "This prints in the second line..."
   ?   "This prints in the third line..."
   ??? "so does this"
   ??  "This prints in the fourth line"
   endproc

   proc main
   Test_815()
   endproc

See Also: ? ??

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