Re: PicoLisp relations and UML

2013-02-01 Thread Thorsten Jolitz
Alexander Burger writes: Hi Alex, > Yes. 'println' prints one or more expressions and a newline, without any > further formatting. So if you 'read' an expression like > >(a > (b > (c d > (e f) ) ) ) > > it will be printed as > >(a (b (c d (e f I see, thank

Re: PicoLisp relations and UML

2013-02-01 Thread Alexander Burger
Hi Thorsten, > > (while (read) (println @)) ) ) > > > > This gives one top-level expression per line which can be easily > > 'regexp'ed. > > Thats a nice tip, thanks ... not that I understand it, the magic must be > in the (println @), right? Yes. 'println' prints one or more expression