Variables and RECORD fields do not need to be initialized with NULL
By default, new variables and RECORD fields are initialized with NULL. So, you don't need to initialize them with NULL.
By default, new variables and RECORD fields are initialized with NULL. So, you don't need to initialize them with NULL.