diff --git a/lttb.tcl b/lttb.tcl index 9bfbffd..0c10cbe 100755 --- a/lttb.tcl +++ b/lttb.tcl @@ -320,12 +320,12 @@ proc ext_SAVE {} { # Interpreter entry point -puts {---------------------------- +puts {----------------------------- Luxferre's Truly Tiny BASIC Jim Tcl Edition - @Copyleft 2026 + @ Copyleft 2026 All wrongs reserved -----------------------------} +-----------------------------} if {$argc > 0} {ext_LOAD [lindex $argv 0]} else {ext_CLEAR}