[tcl] visual banner fixes
This commit is contained in:
@@ -320,12 +320,12 @@ proc ext_SAVE {} {
|
|||||||
|
|
||||||
# Interpreter entry point
|
# Interpreter entry point
|
||||||
|
|
||||||
puts {----------------------------
|
puts {-----------------------------
|
||||||
Luxferre's Truly Tiny BASIC
|
Luxferre's Truly Tiny BASIC
|
||||||
Jim Tcl Edition
|
Jim Tcl Edition
|
||||||
@Copyleft 2026
|
@ Copyleft 2026
|
||||||
All wrongs reserved
|
All wrongs reserved
|
||||||
----------------------------}
|
-----------------------------}
|
||||||
|
|
||||||
if {$argc > 0} {ext_LOAD [lindex $argv 0]} else {ext_CLEAR}
|
if {$argc > 0} {ext_LOAD [lindex $argv 0]} else {ext_CLEAR}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user