some opts

This commit is contained in:
Luxferre
2026-06-13 17:47:11 +03:00
parent cbf4dd4205
commit 62b7250397
+1 -1
View File
@@ -258,7 +258,7 @@ proc lttb_EN {stmt} {
proc int_LIST {} { proc int_LIST {} {
global progmem global progmem
loop i 1 32768 { loop i 1 32768 {
if {[dict exists $progmem $i]} { if {[dict exists $progmem $i] && [string length $progmem($i)]} {
puts [format "%d\t%s" $i $progmem($i)] puts [format "%d\t%s" $i $progmem($i)]
} }
} }