[tcl] visual banner fixes

This commit is contained in:
Luxferre
2026-06-13 13:33:55 +03:00
parent d2c9961597
commit d113eff60f
+2 -2
View File
@@ -320,12 +320,12 @@ proc ext_SAVE {} {
# Interpreter entry point
puts {----------------------------
puts {-----------------------------
Luxferre's Truly Tiny BASIC
Jim Tcl Edition
@ Copyleft 2026
All wrongs reserved
----------------------------}
-----------------------------}
if {$argc > 0} {ext_LOAD [lindex $argv 0]} else {ext_CLEAR}