buzz
buzz copied to clipboard
Don't duplicate chunk constant with the same value
num hello = 42;
num bonjour = 42; | -> should be the same constant
String are not concerned since they are interned.