FoxTrot by Bill Amend for October 03, 2003

  1. Missing large
    mangamaster03  about 14 years ago

    blackboard programing

     •  Reply
  2. Jason fox
    JasonFoxIsMyHero  over 13 years ago

    And now back to our regularly scheduled program!!

     •  Reply
  3. Missing large
    nate1994a  over 13 years ago

    c++ cool

     •  Reply
  4. Missing large
    foxtrotfan1234  over 13 years ago

    Why didn’t they show the whole thing? it could be useful if i get in trouble

     •  Reply
  5. Tidal basin copy
    kamb8  almost 11 years ago

    That’s C++? I thought it was java. No wonder it looks weird. And I was about to say “Jason, you don’t need half that stuff!”.

     •  Reply
  6. Missing large
    somnivore  almost 11 years ago

    sigh I had to create an account to point out that this is just plain old C, not C++. Surprised that nobody else had done so already.

    Also, this would actually be more verbose in java. Javascript is another story, though, as that is a very different language that happens to share part of the name.

    If you want to do this more succinctly, try a language like Python:

    for i in range(500): print “I will not throw paper airplanes in class.”

    There are easily findable online compilers where you can test this code quickly and easily!

     •  Reply
  7. Missing large
    LieutenantCommanderData  over 9 years ago

    I have a better one! Python:jason=500Jason = (open(“flattery.txt”,“r”))Trouble = 500while jason==Trouble: print(“I will not s/ in class”) jason-=1 if jason==0: jason+=500 print(Jason)

     •  Reply
  8. Missing large
    General_Jello  about 8 years ago

    Or you could do it in Ruby:a == 500until a == 500puts “I will not throw paper airplanes in class.”a = a-1end

     •  Reply
  9. Husoski
    husoski42  over 6 years ago

    Hah…this is the bugfix version of the the comic strip. The original, as published in newspapers nationwide, left out the \n in the printf() format string!

     •  Reply
  10. Thanos
    Thanos  over 5 years ago

    That actually would work!!

     •  Reply
  11. F58f685f d1ed 4f2f a29b fc2948af4318
    Biscuithenry  about 5 years ago

    I like to see worms lolololololololol

     •  Reply
  12. Ea9fe178 6491 48d4 847a 49c28052f8f5
    A Terrarian  about 3 years ago

    Is that c#?

     •  Reply
  13. Venti8
    Aeventy  over 2 years ago

    (in lua)

    for i = 1,500 do ↵ print(“I will not throw paper airplanes in class.\n”) ↵ end

    OR

    while not getfenv().count or getfenv()< 500 do ↵ print(“I will not throw paper airplanes in class.\n”) ↵ getfenv().count = getfenv().count and getfenv().count + 1 or 1 ↵ end table.clear(getfenv())

     •  Reply
  14. V cube2
    V-Cube 2  over 2 years ago

    for x in range(500): print(“I will not throw paper airplanes in class.”)

     •  Reply
Sign in to comment

More From FoxTrot