Closed
Description
I'm not sure if this is a bug, or I'm doing something wrong, but is sure is weird.
I'm using Arduino 1.0.5-r2.
const unsigned long var1 = 32000; // the value of var1 = 32000
const unsigned long var2 = 32_1000; // the value of var2 = 32000
const unsigned long var3 = 33000; // the value of var3 = 33000
const unsigned long var4 = 33_1000; // the value of var4 = 4294934760
Metadata
Metadata
Assignees
Labels
No labels