Yes, bedtime for me as well.
Thanks for the picture, Ashley.
heart Meave, I bet you could draw something nice anyway. :
P
*huglove you all*
heart Night peoples. <3
Ashley, I'll be invading your webspace tomorrow morning during tech class so I can work on the shoutboxes, aye?
My tech class is still on the basics of programming.
1 REM Alex
5 CLS
10 LET A$ = "Ashley"
20 LET B$ = "Meave"
30 LET C$ = "SF"
40 LET D$ = "Vin"
50 PRINT "Goodnight, "; A$; "!"
60 PRINT "Goodnight, "; B$; "!"
70 PRINT "Goodnight, "; C$; "!"
80 PRINT "Goodnight, "; D$; "!"
90 END