add a note

main
magical 2023-12-09 07:15:58 +00:00
parent 99621f071a
commit 484c0744fb
1 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,8 @@ proc predict {lst} {
}
proc unpredict {lst} {
# note: this could be
# return [predict [lreverse $lst]]
if {[allzeros $lst]} {
return 0
}