1234567891011121314
int count=79; void setup(){ Serial.begin(57600); } void dispvar(int cnt){ Serial.println(cnt); } void loop(){ dispvar(count); while(1); } // here is the monitor output // ~⸮⸮⸮⸮⸮79