Re: Unquoted strings in BASIC

2024-12-03 Thread Maury Markowitz
> On Dec 1, 2024, at 2:07 PM, James K. Lowden wrote: > > require some real thinking, never easy. For example, is > > 10100 DATA "one",2B,"three" > > valid? If it is, you'll need one pattern for "leading alpha" that might > be just one character, and another for "leading digit" that requ

Re: Unquoted strings in BASIC

2024-12-03 Thread Hans Åberg
> On 3 Dec 2024, at 17:44, Maury Markowitz wrote: > >> On Dec 1, 2024, at 2:07 PM, James K. Lowden wrote: >> >> require some real thinking, never easy. For example, is >> >> 10100 DATA "one",2B,"three" >> >> valid? If it is, you'll need one pattern for "leading alpha" that might >> be jus