/**************************************************************************** Ejercicio: 2.4 Alumno: Leandro Lucarella Fecha: mié jul 27 15:08:32 ART 2005 ****************************************************************************/ functor import Application System define proc {If X} case X of true then {System.show true} else {System.show false} end end {If true} {If false} {Application.exit 0} end % vim: set et sw=4 sts=4 filetype=oz :