Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikibooksThe Free Textbook Project
Search

GLBasic Programming/BASIC/PRINT, CLEARSCREEN, and END

From Wikibooks, open books for an open world
<GLBasic Programming

Here you can see more of thePRINTCLEARSCREEN andEND functions:

CLEARSCREENPRINT "Hello, world!"PRINT "I'm learning about commands in BASIC."PRINT "This text is being printed via the PRINT command."PRINT "On the next line, I'll use SHOWSCREEN, then CLEARSCREEN."SHOWSCREENCLEARSCREENPRINT "Finally, on line 11, I'll use END."SHOWSCREENKEYWAITENDPRINT "Now my program is over."SHOWSCREEN

It makes:

Finally, on line 10, I'll use END.

Because there is aEND function, the stuff after theEND is not used.

Previous: BASIC/Your First ProgramIndexNext: BASIC/Variables and Data Types
Retrieved from "https://en.wikibooks.org/w/index.php?title=GLBasic_Programming/BASIC/PRINT,_CLEARSCREEN,_and_END&oldid=4069075"
Category:

[8]ページ先頭

©2009-2025 Movatter.jp