1 /****************************************************************************
3 Alumno: Leandro Lucarella
4 Fecha: mié jul 27 15:33:55 ART 2005
5 ****************************************************************************/
13 proc {SpecialMax Value ?SMax}
15 if X>Value then X else Value end
18 {SpecialMax 3 Max3} % Algo así como un constructor de funciones
20 {System.show [{Max3 4} {Max5 4}]}
24 % vim: set et sw=4 sts=4 filetype=oz :