Consider the following example: ```matlab classdef Account properties Balance (1,1) mustBeNumeric end end ``` In this situation, `mustBeNumeric` is tokenized as a `storage.type`, but it would be more accurate to tokenize it the same as a function name.
Consider the following example:
In this situation,
mustBeNumericis tokenized as astorage.type, but it would be more accurate to tokenize it the same as a function name.