Re: Bach 2.2
- Posted by "Christian Cuvier" <Christian.CUVIER at agriculture.gouv.fr> Feb 17, 2004
- 722 views
> ------------------------------ > > From: kbochert at copper.net > Subject: Bach 2.2 > > > The latest version of Bach is at www.catexa.com > > 1 s[i].y -- instances stored in arrays > 2 method :Point:set( -- specify class for method > 3 #" ... " --multiline string sent to stdout > 4 "cnt = $(cnt) " --expressions in strings > 5 s &&= "ab" --append operator > 6 fct()[2] --functions can be indexed > 7 seq[-1] --negative indexes allowed > > Karl Bochert > That's GOOD news ! Tnx a lot, Karl. CChris >