add a note
parent
99621f071a
commit
484c0744fb
|
@ -26,6 +26,8 @@ proc predict {lst} {
|
||||||
}
|
}
|
||||||
|
|
||||||
proc unpredict {lst} {
|
proc unpredict {lst} {
|
||||||
|
# note: this could be
|
||||||
|
# return [predict [lreverse $lst]]
|
||||||
if {[allzeros $lst]} {
|
if {[allzeros $lst]} {
|
||||||
return 0
|
return 0
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue