Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Serious challenge: Graphics demo within 25 LINES OR FEWER!
#17
To clairify...if I use TYPE/END TYPE, it is illegal to have line numbers for any of it but the TYPE statement. For example,
Code:
1 TYPE j
  x AS INTEGER
  y AS INTEGER
  z AS INTEGER
  END TYPE
is legal, but
Code:
1 TYPE j
2 x AS INTEGER
3 y AS INTEGER
4 z AS INTEGER
5 END TYPE
is illegal...therefore, can the whole type statement be counted as one line? Also, am I correct in assuming that sticking lines together with colons doesn't count?
Reply


Messages In This Thread
Specification...What is a line? - by Mango - 07-09-2003, 08:28 AM
25-line graphics demo... - by Mango - 07-09-2003, 10:41 AM

Forum Jump:


Users browsing this thread: 2 Guest(s)