Browse Source
reported by Marcel Hendrix. Using conditional expressions within a .control sequence left some garbage vectors in the current plot. For example > let ix = 0 > > while ix < 2 > let ix = ix + 1 > end > > display "display" reported a variable named "ix < 2" which was an internal temporary value in said function `cp_istrue()'pre-master-46
1 changed files with 6 additions and 1 deletions
Loading…
Reference in new issue