1 /****************************************************************************
3 Alumno: Leandro Lucarella
4 Fecha: mié jul 27 15:24:15 ART 2005
5 ****************************************************************************/
16 of f(a Y c) then {System.show 'case'(1)}
17 else {System.show 'case'(2)}
20 {System.show 'inicio'}
21 local X Y in {Test f(X b Y)} end % Se queda esperando a que se bindee X!
23 local X Y in {Test f(a Y d)} end
25 local X Y in {Test f(X Y d)} end
30 % vim: set et sw=4 sts=4 filetype=oz :