blob: d2fb0ddd17014cf0bea16e05c239feef08467b97 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
|
\documentclass{article}
\usepackage{axiom}
\begin{document}
\title{\$SPAD/src/input synonym.input}
\author{The Axiom Team}
\maketitle
\begin{abstract}
\end{abstract}
\eject
\tableofcontents
\eject
\section{License}
<<license>>=
--Copyright The Numerical Algorithms Group Limited 1991-94.
@
<<*>>=
<<license>>
-- This file contains the standard system defined system command
-- synonyms for the OpenAxiom system. It is normally read into
-- the system by adding the line
-- )read synonym input )ifthere )quiet
-- to the start-up profile axiom.input.
-- If you wish to have a private list of synonyms, it is suggested
-- that you create a file mysyns.input.
-- This will also automatically be read into the system by the start-up
-- profile by the line
-- )read mysyns input )ifthere )quiet
-- The following synonyms are redefined in the system
-- )synonym ? what commands
-- )synonym ap what things
-- )synonym apr what things
-- )synonym apropos what things
-- )synonym cache set functions cache
-- )synonym cl clear
-- )synonym cls zsystemdevelopment )cls
-- )synonym cms system
-- )synonym co compiler
-- )synonym d display
-- )synonym dep display dependents
-- )synonym dependents display dependents
-- )synonym disc system cp disc
-- )synonym e edit
-- )synonym expose set expose add constructor
-- )synonym fc zsystemdevelopment )c
-- )synonym fd zsystemdevelopment )d
-- )synonym fct zsystemdevelopment )ct
-- )synonym fctl zsystemdevelopment )ctl
-- )synonym fe zsystemdevelopment )e
-- )synonym fec zsystemdevelopment )ec
-- )synonym fect zsystemdevelopment )ect
-- )synonym fns exec spadfn
-- )synonym fortran set output fortran
-- )synonym h help
-- )synonym hd system hypertex &
-- )synonym kclam boot clearClams ( )
-- )synonym killcaches boot clearConstructorAndLisplibCaches ( )
-- )synonym patch zsystemdevelopment )patch
-- )synonym pause zsystemdevelopment )pause
-- )synonym prompt set message prompt
-- )synonym recurrence set functions recurrence
-- )synonym restore history )restore
-- )synonym save history )save
-- )synonym time set message time
-- )synonym type set message type
-- )synonym unexpose set expose drop constructor
-- )synonym up zsystemdevelopment )update
-- )synonym version lisp *yearweek*
-- )synonym w what
-- )synonym wc what categories
-- )synonym wd what domains
-- )synonym wp what packages
-- )synonym ws what synonyms
@
\eject
\begin{thebibliography}{99}
\bibitem{1} nothing
\end{thebibliography}
\end{document}
|