Parameters & Returns
Parameters
This function takes no parameters.
Returns
Quick Summary
Boolean constant representing true (evaluates to 1)
Technical Exegesis...
Boolean constant representing true (evaluates to 1). Predefined constant that represents a true boolean value. Can be used in variable initialization, return statements, or anywhere a boolean value is expected. More readable than using the numeric value 1 directly. Commonly used with conditional statements and boolean variables.