FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
smallbasic.github.io/samples/node/1056.bas at master · smallbasic/smallbasic.github.io · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
smallbasic
/
smallbasic.github.io
Public
Notifications
You must be signed in to change notification settings
Fork
4
Star
4
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
smallbasic.github.io
/
samples
/
node
/
1056.bas
Copy path
More file actions
More file actions
Latest commit
History
History
History
56 lines (47 loc) · 909 Bytes
Breadcrumbs
smallbasic.github.io
/
samples
/
node
/
1056.bas
Copy path
File metadata and controls
56 lines (47 loc) · 909 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
CLS
VIEW
10
,
10
,
640
,
640
,
2
,
0
at
10
,
10
print
"
Angelle (please do not go)
"
Randomize
7343543
+
4340429
* (
RND
-
0.5
)
for
fls
=
1
to
21
col
=
floor
(
rnd
*
15
) +
1
k
=
floor
(
25
*
rnd
) +
2
flx
=
rnd
*
1.4
-
0.7
fly
=
rnd
*
1.4
-
0.7
size
=
60
*
rnd
+
20
for
theta
=
0
to
2
*
3.414159
step
0.001
r
=
cos
(
k
*
theta
)
for
fil
=
0
to
size
x
=
r
*
cos
(
theta
) *
fil
+
300
+
200
*flx
y
=
r
*
sin
(
theta
) *
fil
+
300
+
200
*fly
pset x,
y
,
col
next
fil
next
theta
next
fls
at
10
,
30
print
"
Honey
"
pause
1
at
10
,
50
print
"
You were busy
"
pause
1
at
10
,
70
print
"
And I disrupted you
"
pause
1
at
10
,
90
print
"
I just wanted to say I am sorry
"
pause
1
at
10
,
110
print
"
You did not talk to me the whole time after that
"
pause
1
at
10
,
130
print
"
You must be very upset
"
pause
1
at
10
,
150
print
"
Please forgive me
"
pause
1
at
10
,
170
print
"
You mean my everything
"
pause
1
at
10
,
190
print
"
I love you
"
end
Back
|
FazBrowse Home
|
New Git URL