Thread: Can you count to ten?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #40
    Programming Wraith GReaper's Avatar
    Join Date
    Apr 2009
    Location
    Greece
    Posts
    2,738
    Lua:
    Code:
    for i=1,10 do print(i) end
    Brainfunk:
    Code:
    ++++++++++>++++++++++++++++++++++++++++++++++++++++++++++++
    +.<.>+.<.>+.<.>+.<.>+.<.>+.<.>+.<.>+.<.>+.<.>--------.-.<.>
    Last edited by GReaper; 01-17-2017 at 08:48 PM.
    Devoted my life to programming...

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Uppercase/Lowercase/Word COunt/Char count
    By Charak in forum C Programming
    Replies: 7
    Last Post: 02-23-2011, 08:16 AM
  2. Even I Can Count Better Than That...
    By pianorain in forum A Brief History of Cprogramming.com
    Replies: 13
    Last Post: 12-02-2005, 07:17 PM
  3. Again Character Count, Word Count and String Search
    By client in forum C Programming
    Replies: 2
    Last Post: 05-09-2002, 11:40 AM
  4. Replies: 2
    Last Post: 05-05-2002, 01:38 PM

Tags for this Thread