2D printing incomplete
|
07-01-2016, 10:05 PM
(This post was last modified: 07-01-2016 11:05 PM by compsystems.)
Post: #3
|
|||
|
|||
RE: 2D printing incomplete
({a,{b,c},d}[2])[1]=>b ok
({a,[[b,c],[d,e]],"f"}[2])[2] => [d,e] ok ({a,[[b,c],[d,e]],"f"}[2])[2,1] => d ok {a,b,c}[1] returns at({a,b,c},[0]) => a ok "hello"[1] returns at("hello",[0]) => h ok But at({a,b,c},[0] ) [enter] the parser, fails why? There is not consistency |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
2D printing incomplete - compsystems - 07-01-2016, 06:01 PM
RE: 2D printing incomplete - Arno K - 07-01-2016, 08:35 PM
RE: 2D printing incomplete - compsystems - 07-01-2016 10:05 PM
|
User(s) browsing this thread: 1 Guest(s)