Skip to content

Commit

Permalink
Update example.wlk
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquin-burgio authored Nov 12, 2024
1 parent 022c307 commit 06126cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example.wlk
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down

0 comments on commit 06126cc

Please sign in to comment.