Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Program Real Line Counter. Anyone want to jump in?
#2
Yes you are on track. The case of difficulty I have in mind is a legit one line use of colon in an Single line IF.

It might be debatable if that is legit use of colon as not counting as more than one statement, I would say... I don't know!?

If there is an IF, THEN if something follow THEN ignore it? (as far as colon counting goes).

If a <> b then a = a + 1 : b = b + 3 : goto anotherLine

Isn't that one line equivalent to
if a<>b then
a = a+1
b = b+ 3
goto anotherLine
end if

Do you see what I am getting at?
  724  855  599  923  575  468  400  206  147  564  878  823  652  556 bxor cross forever
Reply


Messages In This Thread
RE: Program real Line counter. Anyone want to jump in. - by bplus - 10-22-2022, 08:37 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  real 2-4 player Pong (requires 2-4 USB mice plugged into your PC) madscijr 1 744 06-26-2024, 01:09 PM
Last Post: madscijr
  RotoLine line drawing James D Jarvis 0 526 10-11-2023, 04:24 PM
Last Post: James D Jarvis

Forum Jump:


Users browsing this thread: 1 Guest(s)