Preprocessor

new topic     » goto parent     » topic index » view thread      » older message » newer message

*** Reply to note of 01/22/97 13:31
it's a bug, all right. that's the fix that 0.51b takes care of. instead of
writing something like:

   arg = append( arg, token[i] ) -- accumulate the tokens

i wrote:

   arg = token[i]  -- duh. this discards everthing but the last token.

and it didn't show up until i tried a more complex expression. the update
was posted this morning.

sorry for the inconvenience.

you'll also notice that i changes the style of the formatting from:

   if
      test ...
      elsif test ...
   end if

to:

   -- case <expression>
   if test...
   elsif test...
   end if

let me know if you prefer one format over the other.

thanks.

-- David Cuny

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu