Skip to content

For

For[init, test, step, body] loop.

$ wo 'For[i = 0; s = 0, i <= 10, i++, s = s + i]; s'
55