How do you know what type of variable something returns.
Take Millisecs() for instance. MilliSecs returns the number of milliseconds elapsed since the application was started. How do you know if it is an Int or any other data type?
Take Millisecs() for instance. MilliSecs returns the number of milliseconds elapsed since the application was started. How do you know if it is an Int or any other data type?