Wednesday, January 9, 2013

a GWBASIC programme with goto command

Friends today i am going to share a simple programme, which is only work on symbols just a graphical programme which is attractive and simple2 ..... work with goto command

Lets stat

a star programme with goto command



10 cls
20 print"*"
30 print"**"
40 print"***"
50 print"****"
60 print"*****"
70 print"******"
80 print"*****"
90 print"****"
100 print"***"
110 print"**"
120 print"*"
130 goto 20
140 end



Or copy it from here:

10 cls

20 print"*"

30 print"**"

40 print"***"

50 print"****"

60 print"*****"

70 print"******"

80 print"*****"

90 print"****"

100 print"***"

110 print"**"

120 print"*"

130 goto 20

140 end


Try out and have fun,
Enjoy :-)

No comments:

Post a Comment