What is the function of WriteLine operation? (in small basic app)
1.to print each line of text on a same line
2. to print each line of text on a separate line
3. To show the text window
4. None of the above
WriteLine ("If you just want a quick text, you can simply write it inside quotation marks.") TextWindow. WriteLine ("But, if you want a text, or value, to be repeated through the code, you may want a VARIABLE.")