bit-newly-set? ( old-value new-value bit -- bool )


Vocabulary
roms.space-invaders

Inputs
old-valuean object
new-valuean object
bitan object


Outputs
boolan object


Definition


:: bit-newly-set? ( old-value new-value bit -- bool )
old-value bit bit? not new-value bit bit? and ;