On Tue, 2005-05-17 at 21:12 +1200, Wesley Parish wrote: > Postscript's a Forth-style application specific - ie, no > "variables" as such, everything goes on and off the stack - which is > declared > as such - and it's got this interesting syntax ...
forth uses variables, it's just that the RPN stack structure removes the need for a lot of them. forth is fun, but it takes a while to understand its full power. -- Nick Rout <[EMAIL PROTECTED]>
