home *** CD-ROM | disk | FTP | other *** search
/ Global Amiga Experience / globalamigaexperience.iso / text_dtp / editor / turbotext / support / ttx_lang_ada9x.dfn < prev    next >
Text File  |  1995-07-10  |  2KB  |  138 lines

  1.  
  2. /** $VER: TTX_Lang_Ada9X.dfn 1.0 (13.19.93)
  3.  **
  4.  ** This definition file contains definitions necessary to use TurboText as an
  5.  ** Ada 9X programmer's editor.
  6.  **
  7.  ** Written by Marc Criley
  8.  **/
  9.  
  10.  
  11. DICTIONARY:
  12.  
  13.   abort
  14.   abs
  15.   abstract
  16.   accept
  17.   access
  18.   aliased
  19.   all
  20.   and
  21.   array
  22.   at
  23.   begin
  24.   body
  25.   case
  26.   constant
  27.   declare
  28.   delay
  29.   delta
  30.   digits
  31.   do
  32.   else
  33.   elsif
  34.   end
  35.   entry
  36.   exception
  37.   exit
  38.   for
  39.   function
  40.   generic
  41.   goto
  42.   if
  43.   in
  44.   is
  45.   limited
  46.   loop
  47.   mod
  48.   new
  49.   not
  50.   null
  51.   of
  52.   or
  53.   others
  54.   out
  55.   package
  56.   pragma
  57.   private
  58.   procedure
  59.   protected
  60.   raise
  61.   range
  62.   record
  63.   rem
  64.   renames
  65.   requeue
  66.   return
  67.   reverse
  68.   select
  69.   separate
  70.   subtype
  71.   tagged
  72.   task
  73.   terminate
  74.   then
  75.   type
  76.   until
  77.   use
  78.   when
  79.   while
  80.   with
  81.   xor
  82. #
  83.  
  84.  
  85. TEMPLATES:
  86.  
  87.   "abort @;*n"
  88.   "abs (@)"
  89.   "accept @ () do*nend ;*n"
  90.   "access"
  91.   "array (@) of"
  92.   "begin*n"
  93.   "body is"
  94.   "case @ is*nend case;*n"
  95.   "constant"
  96.   "declare*n"
  97.   "delay @;*n"
  98.   "delta @"
  99.   "digits @"
  100.   "else*n"
  101.   "elsif @ then*n"
  102.   "end ;*n"
  103.   "entry @ ();*n"
  104.   "exception"
  105.   "exit"
  106.   "for @ in  loop*nend loop;*n"
  107.   "function @ () return "
  108.   "generic*n"
  109.   "goto @*n"
  110.   "if @ then*nend if;*n"
  111.   "limited private;*n"
  112.   "loop*n  @*nend loop;*n"
  113.   "others => @"
  114.   "package @ is*n"
  115.   "pragma @;*n"
  116.   "private"
  117.   "procedure @ () "
  118.   "raise @;*n"
  119.   "range @ .. "
  120.   "record*n  @*nend record;*n"
  121.   "renames @;"
  122.   "requeue @;*n"
  123.   "return"
  124.   "reverse"
  125.   "select*n  @*nend select;*n"
  126.   "separate"
  127.   "subtype @ is ;*n"
  128.   "task @"
  129.   "terminate;*n"
  130.   "then*n"
  131.   "type @ is ;*n"
  132.   "until @;*n"
  133.   "use"
  134.   "when @ =>"
  135.   "while @ loop*nend loop;*n"
  136.   "with @"
  137. #
  138.