1--Copyright The Numerical Algorithms Group Limited 1996.
2-- This file tests elts and setelts
3
4)clear all
5u : Bits := new(10,true)
6u(3..5) := false; u
7)clear all
8u:Any := [1, 7.2, 3/2, x^2, "wally"]
9u.1
10)clear all
11