Data update
This commit is contained in:
parent
0df55f9f24
commit
aec8ed51b6
1045 changed files with 18889 additions and 2777 deletions
11
Task/Window-creation-X11/Yabasic/window-creation-x11.basic
Normal file
11
Task/Window-creation-X11/Yabasic/window-creation-x11.basic
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
open window 300,200
|
||||
|
||||
text 150, 100, "Hello World"
|
||||
|
||||
rectangle 10,10 to 90,90
|
||||
fill rectangle 40,40,60,60
|
||||
|
||||
clear screen
|
||||
|
||||
inkey$
|
||||
close window
|
||||
Loading…
Add table
Add a link
Reference in a new issue