- Boolean:
var m bool
- The value here defaults to false. Some languages dont allow this statement (they dont allow memory allocation technically) if a default value isnt assigned explicitly.
Search
Sep 16, 20241 min read
var m bool - The value here defaults to false. Some languages dont allow this statement (they dont allow memory allocation technically) if a default value isnt assigned explicitly.