|
From: Eric B. <er...@go...> - 2001-08-12 06:05:47
|
Christian Couder wrote: > > It solves the typing problem because it's shorter, but it doesn't solve > the problem that you will in many cases have to create 2 features in > many classes instead of only one The routine should be define once and for all in the ancestor class. > > > It's also much shorter to type " + eol" than "io.put_new_line" on a new > > > line or something like this. > > > > But it creates an extra string object at run-time. > > If eol is a once string then it's created only once in each program. STRING.infix "+" creates a new string at each call. -- Eric Bezault mailto:er...@go... http://www.gobosoft.com |