a mutation

main
Matthew Butterick 5 years ago
parent 6942780f64
commit 94943055c3

@ -275,7 +275,8 @@ https://github.com/mbutterick/fontkit/blob/master/src/glyph/CFFGlyph.js
(loop (not phase))])))]
[(12)
(println "warning: check truthiness")
(case= (read-byte stream)
(set! op (read-byte stream))
(case= op
[(3) ;; and
(push stack (if (and (pop stack) (pop stack)) 1 0))]
[(4) ;; or

Loading…
Cancel
Save