<div dir="ltr">Hi all,<div><br></div><div>Does anyone here remember gwbasic? There is one feature of gwbasic that I miss from modern programming language. It&#39;s the pair of READ function and DATA statement. An example here: <a href="http://www.antonis.de/qbebooks/gwbasman/data.html">http://www.antonis.de/qbebooks/gwbasman/data.html</a></div><div><div><br></div><div>READ function is to read input from DATA statement. This is very helpful when you need to test your code with specified set of data. Instead of enter them via keyboard, you simply include the data along with the source code without changing the code much. In gwbasic, you simply changes the READ into INPUT function to read input from internal data to from user&#39;s input by keyboard.</div><div><br></div><div>Of course, I could make a function to do something like that. But I need it for teaching swift to complete beginners. I need the feature to be in language level (as provided by gwbasic).</div><div><br></div><div>Is it available? Or is there any similar feature?</div><div><br></div><div>Thank you.</div><div><br></div><div>Regards,</div><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr"><div>-Bee-<br><br></div></div></div>
</div></div>