PlasmaLang / plasma

Plasma Programming Language
Other
162 stars 10 forks source link

Define what happens at the other end of bitshift functions. #380

Open PaulBone opened 3 years ago

PaulBone commented 3 years ago

The bitshift functions don't specify whether 0s or 1s are introduced at the far end of the numbers. Probably want to add signed/unsigned versions.