home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fish 'n' More 2
/
fishmore-publicdomainlibraryvol.ii1991xetec.iso
/
fish
/
prog_demos
/
turbotext
/
support
/
ttx_ada.dfn
next >
Wrap
Text File
|
1991-01-24
|
2KB
|
130 lines
/** $VER: TTX_Ada.dfn Demo 1.0 (29.11.90)
**
** This definition file contains definitions necessary to use TurboText as an
** Ada programmer's editor.
**
** Written by Marc Criley
**/
DICTIONARY:
abort
abs
accept
access
all
and
array
at
begin
body
case
constant
declare
delay
delta
digits
do
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
#
TEMPLATES:
"abort @;*n"
"abs (@)"
"accept @ () do*nend ;*n"
"access"
"array (@) of"
"begin*n"
"body is"
"case @ is*nend case;*n"
"constant"
"declare*n"
"delay @;*n"
"delta @"
"digits @"
"else*n"
"elsif @ then*n"
"end ;*n"
"entry @ ();*n"
"exception"
"exit"
"for @ in loop*nend loop;*n"
"function @ () return "
"generic*n"
"goto @*n"
"if @ then*nend if;*n"
"limited private;*n"
"loop*n @*nend loop;*n"
"others => @"
"package @ is*n"
"pragma @;*n"
"private"
"procedure @ () "
"raise @;*n"
"range @ .. "
"record*n @*nend record;*n"
"renames @;"
"return"
"reverse"
"select*n @*nend select;*n"
"separate"
"subtype @ is ;*n"
"task @"
"terminate;*n"
"then*n"
"type @ is ;*n"
"use"
"when @ =>"
"while @ loop*nend loop;*n"
"with @"
#