/**************************************************************************** Ejercicio: 2.2 Alumno: Leandro Lucarella Fecha: mié jul 27 14:34:05 ART 2005 ****************************************************************************/ functor import Application System define N=3 proc {MulByN X ?Y} Y=N*X end A = 10 B % N = 5 Da un assert al compilar (pero compila) y al ejecutar. {MulByN A B} {System.show B} {Application.exit 0} end % vim: set et sw=4 sts=4 filetype=oz :