1====================================================================
2A.24.  )synonym
3====================================================================
4
5User Level Required:  interpreter
6
7Command Syntax:
8
9  - )synonym
10  - )synonym synonym fullCommand
11  - )what synonyms
12
13Command Description:
14
15This command is used to create short synonyms for system command expressions.
16For example, the following synonyms might simplify commands you often use.
17
18)synonym save         history )save
19)synonym restore      history )restore
20)synonym mail         system mail
21)synonym ls           system ls
22)synonym fortran      set output fortran
23
24Once defined, synonyms can be used in place of the longer command
25expressions. Thus
26
27)fortran on
28
29is the same as the longer
30
31)set fortran output on
32
33To list all defined synonyms, issue either of
34
35)synonyms
36)what synonyms
37
38To list, say, all synonyms that contain the substring ``ap'', issue
39
40)what synonyms ap
41
42Also See:
43o )set
44o )what
45
46