repeat most basic thing

Discussion in 'Scar/Simba Help' started by strongman, Sep 26, 2007.

repeat most basic thing
  1. Unread #1 - Sep 26, 2007 at 12:35 AM
  2. strongman
    Joined:
    Apr 9, 2007
    Posts:
    94
    Referrals:
    0
    Sythe Gold:
    0

    strongman Member

    repeat most basic thing

    i mite be asking the most basic thing but how to repeat the script
     
  3. Unread #2 - Sep 26, 2007 at 2:55 PM
  4. Town
    Joined:
    Jan 21, 2007
    Posts:
    3,776
    Referrals:
    3
    Sythe Gold:
    5

    Town Grand Master
    Scar Programmers

    repeat most basic thing

    Code:
    repeat
      //
    until(Boolean = true);
    Code:
    While Boolean = true do
      //
    end;
    Code:
    for i := 0 to 20 do
      //
    end;
    Those are 3 examples of different loops.
     
< new scar | my death rune buyer >

Users viewing this thread
1 guest


 
 
Adblock breaks this site