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 - endtext text block end http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 endtext             Text block end
------------------------------------------------------------------------------
 Syntax
   text <symbol> [<scope>]
   <body>
   endtext

 Arguments
   <symbol> is the identifier of the text block.

   <scope> is the range of visibility for the text block (public,
   static, far, sfar, extern).

   <body> is the text contents of the block.

 Description
   The endtext keyword terminates a text block.

 Example
   #define EXAMPLE_KEYWORD
   #include example.hdr

   text cText
   This example demonstrates the
   endtext
   
   proc Test_endtext
   ? cText
   text
    keyword named 'endtext'.
   endtext
   endproc

   proc main
   Test_endtext()
   endproc

See Also: text

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