Basic Club rules

Previous topic - Next topic

ampos

1st rule of the Basic Club: do not talk about the Basic Club!

2nd rule of the Basic Club: GOTO the first line!

:D
check my web and/or my blog :D
http://diniplay.blogspot.com (devblog)
http://www.ampostata.org
http://ampostata.blogspot.com
I own PC-Win, MacBook 13", iPhone 3G/3GS/4G and iPAC-WinCE

MrTAToad


matchy

break! BREAK!!!!!! :o

Schranz0r

#3
Basic rules:
Code (glbasic) Select

LOCAL num

WHILE TRUE
   
    INC num,1
   
    IF num = 1
STDOUT "Rule "+num+": Never talk about the Basic Club!\n"
ELSE
    STDOUT "Rule "+num+": Never talk about the Basic Club! If not, see rule #"+(num-1)+"\n"
    ENDIF
    SLEEP 500
   
WEND


Attachment:
Basic Club, the official APP !!!!! :D
[attachment deleted by admin]
I <3 DGArray's :D

PC:
AMD Ryzen 7 3800X 16@4.5GHz, 16GB Corsair Vengeance LPX DDR4-3200 RAM, ASUS Dual GeForce RTX™ 3060 OC Edition 12GB GDDR6, Windows 11 Pro 64Bit, MSi Tomahawk B350 Mainboard

Kitty Hello

10 print "enter password for basic club."
20 input pw$
30 print "wrong pw. try again"
40 goto 10


matchy


Code (glbasic) Select

WHILE TRUE
// crazy club stuff
IF FALSE THEN BREAK // can never escape the madness
WEND


Hark0

Can someone tell me what is this issue?

:P  =D
http://litiopixel.blogspot.com
litiopixel.blogspot.com - Desarrollo videojuegos Indie · Pixel-Art · Retroinformática · Electrónica Development Indie Videogames · Pixel-Art · Retrocomputing · Electronic

matchy

Quote from: Hark0 on 2012-Feb-22
Can someone tell me what is this issue?

:P  =D

Certainly not. Read rule #1!

ampos

Quote from: matchy on 2012-Feb-22
Quote from: Hark0 on 2012-Feb-22
Can someone tell me what is this issue?

:P  =D

Certainly not. Read rule #1!

:o :o :o :o :o :o

Certainly not. GOTO rule #1!

Heretic!To the stake!
check my web and/or my blog :D
http://diniplay.blogspot.com (devblog)
http://www.ampostata.org
http://ampostata.blogspot.com
I own PC-Win, MacBook 13", iPhone 3G/3GS/4G and iPAC-WinCE

okee

3rd Rule of Basic club: If someone yells stop, the coding is over.
Android: Samsung Galaxy S2 -  ZTE Blade (Orange San Francisco) - Ainol Novo 7 Aurora 2
IOS: 2 x Ipod Touch (1G)

Ruidesco

3rd Rule of the Basic Club: PRINT "If you can read this then something went very wrong"

matchy

GOTO then READLINE(rule,#1)

Marmor

do while not EOL   
print "basic4ever"
wend

Hark0

#13
Quote from: matchy on 2012-Feb-22
Quote from: Hark0 on 2012-Feb-22
Can someone tell me what is this issue?

:P  =D

Certainly not. Read rule #1!

hmmm

attrib -R basicclub.gbas
copy con: > basicclub.gbas

0 REM Hacking enter to Basic Club
1 POKE 0, 233
2 POKE 1, 28
40 PRINT "Welcome to Basic Club"

CTRL+Z

GLBASIC basicclub.gbas -run
http://litiopixel.blogspot.com
litiopixel.blogspot.com - Desarrollo videojuegos Indie · Pixel-Art · Retroinformática · Electrónica Development Indie Videogames · Pixel-Art · Retrocomputing · Electronic

mentalthink

Hi I think the last version have some bug... I try the Hark0 Code... and I have this error :



[attachment deleted by admin]