What is the proper mathematical notation for a loop structure such as the following?
FOR i=1 to 10 BEGIN
{Perform loop task}
END;
I am a programmer, but prefer to work on paper and so I am slowly teaching myself notation as a shorthand way to do this.
Thanks.