Im just lack of understanding procedures Break and Exit
Function Exit ends the procedure ?
Im just lack of understanding procedures Break and Exit
Function Exit ends the procedure ?
Exit just end procedure like you said. And if you have Break in repeating loop, it will exit from repeat part.
SCAR Code:begin
repeat
If(IsMouseButtonDown(False))then
Break;
until(false)
end.
AllrightD
There are currently 1 users browsing this thread. (0 members and 1 guests)