jsbasic/samples/sample.hellosine.txt
2012-02-08 22:13:44 -05:00

7 lines
122 B
Plaintext

0 PR#3
5 x = 0
7 sp = int(30 + (30* sin(x* 3.14159 / 180 ) ))
10 PRINT spc(sp);"Hello World"
20 x = x + 15
30 goto 7