Thread: (do)

  1. #1
    Unregistered
    Guest

    Post (do)

    I don't really understandthe concept of the DO function could someone elxplain to me it, and tell me how it is usefull...

    Thanks in advance.

  2. #2
    Just because ygfperson's Avatar
    Join Date
    Jan 2002
    Posts
    2,490

    Re: (do)

    Originally posted by Unregistered
    I don't really understandthe concept of the DO function could someone elxplain to me it, and tell me how it is usefull...

    Thanks in advance.
    it's not a function, it's a keyword.

    do { statements; } while (expression);

    do is exactly like while except it goes through the loop once before testing for conditions.

Popular pages Recent additions subscribe to a feed