add a note

This commit is contained in:
magical 2023-12-09 07:15:58 +00:00
parent 99621f071a
commit 484c0744fb

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
}