see: viewtopic.php?p=525159#p525159
Command: Read[.<type>] <variable>
.<type> should not be optional as the 'default' (.i) can lead to unexpected results.
I agree with Skywalk, even if PB just issued a warning, it would alert the programmer of unexpected results. Besides, with Data.TypeName statement, the Typename is required.skywalk wrote:This happens enough that the compiler should throw an error for naked Read's.Code: Select all
Read.i <-- Allowed Read <-- Error