File:  [Research Unix] / researchv10dc / cmd / icon / tests / stand / expr12.out
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 17:21:34 2018 UTC (8 years, 1 month ago) by root
Branches: belllabs, MAIN
CVS tags: researchv10, HEAD
researchv10 Dan Cross

s := "abcd" ----> "abcd"
{s[1:2] := "xx";s} ----> "xxbcd"
{s[-1:0] := "";s} ----> "xxbc"
{s[1] := "abc";s} ----> "abcxbc"
{s[1+:2] := "y";s} ----> "ycxbc"
{s[2] :=: s[3];s} ----> "yxcbc"
s[6] := "t" ----> none
s[0-:6] := "u" ----> none
{s[1:0] :=: s[0:1];s} ----> "yxcbc"
Run-time error 103 at line 18 in expr12.icn
string expected
offending value: &null

unix.superglobalmegacorp.com

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