1 2 3 4 5 6 7 8
MODULE minmaxreal2 ; VAR min, max: REAL ; BEGIN min := MIN (REAL) ; max := MAX (REAL) END minmaxreal2.