For
For[init, test, step, body] loop.
For[init, test, step, body]
$ wo 'For[i = 0; s = 0, i <= 10, i++, s = s + i]; s' 55