Previous topic | Next topic | Ada Home Page | Index

Ada reserved words

Reserved words have special meaning. They cannot be used for any other purpose.

abort      abs       accept       access     all      and
array      at        begin        body       case     constant
declare    delay     delta        digits     else     elsif
end        entry     exception    exit       for      function
generic    goto      if           in         is       limited
loop       mod       new          not        null     of
or         others    out          package    pragma   private
procedure  raise     range        record     rem      renames
return     reverse   select       separate   subtype  task
terminate  then      type         use        when     while
with       xor

Pre-defined words

Some other words have standard pre-defined meaning. Their meaning can be changed ... with care ... but don't!

BOOLEAN    CHARACTER    CLOSE       CREATE      DELETE
FALSE      FLOAT        GET         INTEGER     NATURAL
NEW_LINE   OPEN         PUT         PUT_LINE    POSITIVE
READ       RESET        SKIP_LINE   STRING      TEXT_IO
TRUE       WRITE


Previous topic | Next topic | Ada Home Page | Index
c-lokan@adfa.oz.au / 12 Feb 96