File:  [CSRG BSD Unix] / 43BSD / contrib / icon / test / distr / std45.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

s := "x" ----> "x"
s ++:= "x" ----> 'x'
s ----> 'x'
s := "x" ----> "x"
s ++:= "xx" ----> 'x'
s ----> 'x'
s := "x" ----> "x"
s ++:= "X" ----> 'Xx'
s ----> 'Xx'
s := "x" ----> "x"
s ++:= "abc" ----> 'abcx'
s ----> 'abcx'
s := "x" ----> "x"
s --:= "x" ----> ''
s ----> ''
s := "x" ----> "x"
s --:= "xx" ----> ''
s ----> ''
s := "x" ----> "x"
s --:= "X" ----> 'x'
s ----> 'x'
s := "x" ----> "x"
s --:= "abc" ----> 'x'
s ----> 'x'
s := "x" ----> "x"
s **:= "x" ----> 'x'
s ----> 'x'
s := "x" ----> "x"
s **:= "xx" ----> 'x'
s ----> 'x'
s := "x" ----> "x"
s **:= "X" ----> ''
s ----> ''
s := "x" ----> "x"
s **:= "abc" ----> ''
s ----> ''
Run-time error 102 at line 45 in std45.icn
numeric 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.