I'm having trouble doing any kind of loop yet I am not getting any syntax errors. I think the loops are not ending where I think. Can you please give me the proper syntax for beginning AND ending a While loop and a For loop and any other kind of loop out there? I typically use Crystal syntax.
As an example I'd want this looped y times (till x reaches y, starting x at zero before):
minimum:=minimum-7
x:=x+1
Using Crystal 10.
As an example I'd want this looped y times (till x reaches y, starting x at zero before):
minimum:=minimum-7
x:=x+1
Using Crystal 10.