SUMMARY
The line-continuation character in Basic (the underscore, "_") cannot
be used to continue a DATA statement. Using an underscore on a DATA
statement gives a "Statement unrecognizable" error message at compile
time. This is a design limitation of the line-continuation feature of
Microsoft Basic compilers.
The following lines, when compiled, demonstrate this behavior:
DATA 10, 20, 30,_
40, 50, 60