diff options
Diffstat (limited to 'de-de/tcl-de.html.markdown')
-rw-r--r-- | de-de/tcl-de.html.markdown | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/de-de/tcl-de.html.markdown b/de-de/tcl-de.html.markdown index 4f3b8820..1c91e57d 100644 --- a/de-de/tcl-de.html.markdown +++ b/de-de/tcl-de.html.markdown @@ -462,8 +462,6 @@ puts [countdown 1] ;# -> 1 puts [countdown 1] ;# -> 0 puts [coundown 1] ;# -> invalid command name "countdown1" puts [countdown 2] ;# -> 1 - - ``` ## Referenzen |