Re: [Flightgear-devel] Fun with Nasal (II)

2005-04-23 Thread Arnt Karlsen
On Fri, 22 Apr 2005 15:21:46 -0700, Andy wrote in message [EMAIL PROTECTED]: Anyway, have fun with it. I just kinda wanted to show it off. :) ..show-off, shouldn't there be a 622'nd here? ;o) http://99-bottles-of-beer.net/n.html -- ..med vennlig hilsen = with Kind Regards from Arnt...

[Flightgear-devel] Fun with Nasal

2005-04-22 Thread Andy Ross
Heh, it's been a fun day. I woke up with one of those great insights where you realize that something you thought was difficult just isn't. In this case, it was the lack of += syntax (and -=, *=, /= and ~= of course) in Nasal. They're checked in now. I also threw in a forindex(i; list) loop

[Flightgear-devel] Fun with Nasal (II)

2005-04-22 Thread Andy Ross
I wrote: Finally, there's now a slight esoteric bind() function Which sounds weird, I know. But here's an application: Languages like Perl and Ruby have a really useful syntax (which they got from the shell) for interpolating variables into strings, so that for simple output you don't have to