File:  [CSRG BSD Unix] / 43BSD / contrib / icon / test / distr / std55.out
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 16:12:55 2018 UTC (8 years, 1 month ago) by root
Branches: MAIN, BSD
CVS tags: HEAD, BSD43
BSD 4.3

list(0) ----> list(0)
list(0,1) ----> list(0)
list(1,1) ----> list(1)
list(100,"a") ----> list(100)
table() ----> table(0)
table(0) ----> table(0)
a := [] ----> list(0)
every put(a,!&lcase) ----> none
a1 := sort(a) ----> list(26)
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
every write(!a1) ----> none
sort(a1) ----> list(26)
t := table() ----> table(0)
every t[!&lcase] := 1 ----> none
sort(t) ----> list(26)
a := sort(t) ----> list(26)
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
every write((!a)[1]) ----> none
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
every write((!a)[2]) ----> none
Run-time error 101 at line 26 in std55.icn
integer expected
offending value: []

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.