Held: Monday, March 2, 1998
min
function min(x,y) if (x < y) return x; else return y; end
function min(x,y) if (x < y) return x; | (y < y) return y; fi end
for loops traditionally repeat a statement (or block
of statements) a fixed number of times.
while loops repeat a statement (block of statements)
an arbitrary number of times.
Disclaimer Often, these pages were created "on the fly" with little, if any, proofreading. Any or all of the information on the pages may be incorrect. Please contact me if you notice errors.
Source text last modified Thu May 7 20:29:39 1998.
This page generated on Thu May 7 20:34:40 1998 by SiteWeaver.
Contact our webmaster at rebelsky@math.grin.edu