Paul_R3

Show:

What's happening?

  • Comment: If block not working?

    I tried the code in 2787498 and it compiles on my machine. In the above code, the first if statement seems to be necessary. If it is deleted, along with its "end" line, the program works properly.

    2009-06-22 11:48:55 UTC in GDL - GNU Data Language

  • If block not working?

    The following short program should not print the "Why does this print?" line, yet it does. !version = { i386 Darwin unix Darwin 6.0 Jul 07 2005 32 64} pro Problem,X IF (1)then begin IF (1)then begin print,"Going to Label1" goto, Label1 end else begin print,"Why does this print?" end Label1: print,"at Label1" end print,"Returning"...

    2009-06-22 00:17:46 UTC in GDL - GNU Data Language

About Me

  • 2007-11-13 (2 years ago)
  • 1936668
  • paul_r3 (My Site)
  • Paul_R3

Send me a message