aboutsummaryrefslogtreecommitdiff
path: root/src/input/elt.input.pamphlet
blob: ab70ff327f0f00d7e7482b8da46a6631126b8826 (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
\documentclass{article}
\usepackage{axiom}
\begin{document}
\title{\$SPAD/src/input elt.input}
\author{The Axiom Team}
\maketitle
\begin{abstract}
\end{abstract}
\eject
\tableofcontents
\eject
\section{License}
<<license>>=
--Copyright The Numerical Algorithms Group Limited 1996.
@
<<*>>=
<<license>>
-- This file tests elts and setelts

)clear all
u : Bits := new(10,true)
u(3..5) := false; u
)clear all
u:Any := [1, 7.2, 3/2, x**2, "wally"]
u.1
)clear all
@
\eject
\begin{thebibliography}{99}
\bibitem{1} nothing
\end{thebibliography}
\end{document}