From 06126cce57e66d09d77d2c3d8a03c22945d4a485 Mon Sep 17 00:00:00 2001 From: Joaquin Burgio Date: Tue, 12 Nov 2024 10:20:57 -0300 Subject: [PATCH] Update example.wlk --- example.wlk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example.wlk b/example.wlk index 3c5176e..14077b9 100644 --- a/example.wlk +++ b/example.wlk @@ -22,7 +22,7 @@ class Aviso{ } class AvisoHabilidad inherits Aviso{ - method duracion() + method duracion() = 0 override method text() = "TENES DOBLE SALTO POR " + self.duracion().div(1000).toString() + " SEGUNDOS" }