Be Excellent To Each Other

And, you know, party on. Dude.

All times are UTC [ DST ]




Reply to topic  [ 22 posts ] 
Author Message
 Post subject: Basic BeexWeek
PostPosted: Mon Jun 11, 2012 11:32 
User avatar
ugvm'er at heart...

Joined: 4th Mar, 2010
Posts: 22276
10 PRINT "Hello Beexers"
20 IF BeexWeek = Missing THEN GOTO 50
30 ELSE PRINT BeexWeek
40 END
50 PRINT "BeexWeek Exception Protocol"
60 nom1 = viewtopic.php?p=671369#p671369 (metalangel)
70 nom2 = viewtopic.php?p=671539#p671539 (wullie)
80 nom3 = viewtopic.php?p=671969#p671969 (curiosity)
90 nom4 = viewtopic.php?p=672404#p672404 (metalangel)
100 nom5 = viewtopic.php?p=672419#p672419 (grim…)
110 nom6 = viewtopic.php?p=672527#p672527 (bobbyaro)
120 nom7 = viewtopic.php?p=672567#p672567 (governmentyard)
130 nom8 = viewtopic.php?p=672798#p672798 (malia)
140 nom9 = viewtopic.php?p=672957#p672957 (throughsilver)
150 nom10 = viewtopic.php?p=672829#p672829 (flis)
160 nom11 = viewtopic.php?p=673065#p673065 (joans)
170 nom12 = viewtopic.php?p=673183#p673183 (malia)
180 nom13 = viewtopic.php?p=673032#p673032 (craster)
190 i = 1
200 WHILE i <> 0 PRINT nom(i)
210 IF nom(i) = NULL
220 THEN i=0
230 ELSE i=i+1
240 ENDWHILE
250 END


Top
 Profile  
 
 Post subject: Re: Basic BeexWeek
PostPosted: Mon Jun 11, 2012 11:35 
User avatar

Joined: 30th Mar, 2008
Posts: 32619
Objection: BASIC.


Top
 Profile  
 
 Post subject: Re: Basic BeexWeek
PostPosted: Mon Jun 11, 2012 11:36 
User avatar
Hibernating Druid

Joined: 27th Mar, 2008
Posts: 49148
Location: Standing on your mother's Porsche
Objection: NO NOMS.

_________________
SD&DG Illustrated! Behance Bleep Bloop

'Not without talent but dragged down by bass turgidity'


Top
 Profile  
 
 Post subject: Re: Basic BeexWeek
PostPosted: Mon Jun 11, 2012 11:37 
SupaMod
User avatar
Est. 1978

Joined: 27th Mar, 2008
Posts: 69509
Location: Your Mum
The Doc's just mad because he wasn't nommed. MAN CHILLI!

_________________
Grim... wrote:
I wish Craster had left some girls for the rest of us.


Top
 Profile  
 
 Post subject: Re: Basic BeexWeek
PostPosted: Mon Jun 11, 2012 11:38 
User avatar
ugvm'er at heart...

Joined: 4th Mar, 2010
Posts: 22276
Doctor Glyndwr wrote:
Objection: BASIC.


That would have spoiled the frisson of joy and excitement of opening the post and seeing what I did there... ;)


Top
 Profile  
 
 Post subject: Re: Basic BeexWeek
PostPosted: Mon Jun 11, 2012 19:42 
User avatar
Master of dodgy spelling....

Joined: 25th Sep, 2008
Posts: 22549
Location: shropshire, uk
Really sorry chaps... I hang my head in shame

_________________
MetalAngel wrote:
Kovacs: From 'unresponsive' to 'kebab' in 3.5 seconds


Top
 Profile  
 
 Post subject: Re: Basic BeexWeek
PostPosted: Tue Jun 12, 2012 11:01 
User avatar
Hibernating Druid

Joined: 27th Mar, 2008
Posts: 49148
Location: Standing on your mother's Porsche
I'm not HP.

_________________
SD&DG Illustrated! Behance Bleep Bloop

'Not without talent but dragged down by bass turgidity'


Top
 Profile  
 
 Post subject: Re: Basic BeexWeek
PostPosted: Tue Jun 12, 2012 11:26 
User avatar

Joined: 30th Mar, 2008
Posts: 32619
Zardoz wrote:
I'm not HP.

But you are saucy.


Top
 Profile  
 
 Post subject: Re: Basic BeexWeek
PostPosted: Tue Jun 12, 2012 11:54 
User avatar
Hibernating Druid

Joined: 27th Mar, 2008
Posts: 49148
Location: Standing on your mother's Porsche
:kiss:

_________________
SD&DG Illustrated! Behance Bleep Bloop

'Not without talent but dragged down by bass turgidity'


Top
 Profile  
 
 Post subject: Re: Basic BeexWeek
PostPosted: Wed Jun 13, 2012 11:52 
User avatar
and!

Joined: 15th Aug, 2008
Posts: 499
Location: Redditch
More fitting objection: GOTO, line numbers and no indentation

_________________

Comedy podcast, films and that - http://www.wenton.co.uk - Now with Hammer horror special


Top
 Profile  
 
 Post subject: Re: Basic BeexWeek
PostPosted: Wed Jun 13, 2012 11:56 
User avatar

Joined: 30th Mar, 2008
Posts: 32619
ltia wrote:
More fitting objection: GOTO, line numbers and no indentation

It's BASIC, innit. And pretty classic BASIC at that.


Top
 Profile  
 
 Post subject: Re: Basic BeexWeek
PostPosted: Wed Jun 13, 2012 12:04 
User avatar

Joined: 23rd Nov, 2008
Posts: 9521
Location: The Golden Country
Shit, anyone programming even in the most 'classic', Interpretive BASIC who resorts to using the GOTO Command should be shot, even *I* know that. Ugh.

Nested GOSUBs, horizontal procedure-based structure, and a tiny 'core' code - and no spaghetti - were surely prerequisites, even back in 1986.

(EDIT - I should just point out that I'm obviously not referring to Trooper here personally within his 'code' above lol :D )

_________________
Beware of gavia articulata oculos...

Dr Lave wrote:
Of course, he's normally wrong but interestingly wrong :p


Top
 Profile  
 
 Post subject: Re: Basic BeexWeek
PostPosted: Wed Jun 13, 2012 12:08 
User avatar
ugvm'er at heart...

Joined: 4th Mar, 2010
Posts: 22276
Doctor Glyndwr wrote:
ltia wrote:
More fitting objection: GOTO, line numbers and no indentation

It's BASIC, innit. And pretty classic BASIC at that.


Indeed! This was from memory of programming BBC BASIC on Model Bs at GSCE level, about 20 years ago.
The GOTO was intentional, I used to get told off all the time for using them :D


Top
 Profile  
 
 Post subject: Re: Basic BeexWeek
PostPosted: Wed Jun 13, 2012 12:36 
User avatar

Joined: 27th Jun, 2008
Posts: 6183
GOTO is bestest though.

_________________
"Wullie's [accent] is so thick he sounds like he's chewing on haggis stuffed with shortbread and heroin" - Dimrill
"TOO MANY FUCKING SWEARS!" - Mary Shitehouse


Top
 Profile  
 
 Post subject: Re: Basic BeexWeek
PostPosted: Wed Jun 13, 2012 13:20 
User avatar
ugvm'er at heart...

Joined: 4th Mar, 2010
Posts: 22276
Captain Caveman wrote:
(EDIT - I should just point out that I'm obviously not referring to Trooper here personally within his 'code' above lol :D )


Hey! I hope your not implying that if I typed this into a BBC BASIC interpreter, that it wouldn't run ;)


Top
 Profile  
 
 Post subject: Re: Basic BeexWeek
PostPosted: Wed Jun 13, 2012 13:22 
SupaMod
User avatar
"Praisebot"

Joined: 30th Mar, 2008
Posts: 17021
Location: Parts unknown
For a basic Beex Weex, it's sure generated a lot of discussion.


Top
 Profile  
 
 Post subject: Re: Basic BeexWeek
PostPosted: Wed Jun 13, 2012 13:30 
8-Bit Champion
User avatar
Two heads are better than one

Joined: 16th Apr, 2008
Posts: 14490
Trooper wrote:
Captain Caveman wrote:
(EDIT - I should just point out that I'm obviously not referring to Trooper here personally within his 'code' above lol :D )


Hey! I hope your not implying that if I typed this into a BBC BASIC interpreter, that it wouldn't run ;)


http://www.drobe.co.uk/micro/


Top
 Profile  
 
 Post subject: Re: Basic BeexWeek
PostPosted: Wed Jun 13, 2012 13:42 
User avatar
ugvm'er at heart...

Joined: 4th Mar, 2010
Posts: 22276
zaphod79 wrote:
Trooper wrote:
Captain Caveman wrote:
(EDIT - I should just point out that I'm obviously not referring to Trooper here personally within his 'code' above lol :D )


Hey! I hope your not implying that if I typed this into a BBC BASIC interpreter, that it wouldn't run ;)


http://www.drobe.co.uk/micro/


Hush you.


Top
 Profile  
 
 Post subject: Re: Basic BeexWeek
PostPosted: Wed Jun 13, 2012 17:15 
User avatar
Excellent Member

Joined: 13th Oct, 2010
Posts: 1818
Location: Welsh Wales
Trooper wrote:
Doctor Glyndwr wrote:
ltia wrote:
More fitting objection: GOTO, line numbers and no indentation

It's BASIC, innit. And pretty classic BASIC at that.


Indeed! This was from memory of programming BBC BASIC on Model Bs at GSCE level, about 20 years ago.
The GOTO was intentional, I used to get told off all the time for using them :D

Real men use(d) GO TO.

_________________
Twitter


Top
 Profile  
 
 Post subject: Re: Basic BeexWeek
PostPosted: Wed Jun 13, 2012 17:15 
User avatar

Joined: 12th Apr, 2008
Posts: 17782
Location: Oxford
Trooper wrote:
Captain Caveman wrote:
(EDIT - I should just point out that I'm obviously not referring to Trooper here personally within his 'code' above lol :D )


Hey! I hope your not implying that if I typed this into a BBC BASIC interpreter, that it wouldn't run ;)


Since when could you do WHILE loops on a Beeb? Is that something post-BBC B?


Top
 Profile  
 
 Post subject: Re: Basic BeexWeek
PostPosted: Wed Jun 13, 2012 17:30 
User avatar
ugvm'er at heart...

Joined: 4th Mar, 2010
Posts: 22276
Kern wrote:
Trooper wrote:
Captain Caveman wrote:
(EDIT - I should just point out that I'm obviously not referring to Trooper here personally within his 'code' above lol :D )


Hey! I hope your not implying that if I typed this into a BBC BASIC interpreter, that it wouldn't run ;)


Since when could you do WHILE loops on a Beeb? Is that something post-BBC B?


:shrug: it was 20 years ago, i've done a fair amount of other languages since then. Don't blame me if it's all mixed up :D


Top
 Profile  
 
 Post subject: Re: Basic BeexWeek
PostPosted: Fri Jun 15, 2012 12:18 
User avatar
Hibernating Druid

Joined: 27th Mar, 2008
Posts: 49148
Location: Standing on your mother's Porsche
Will it be quick and dirty this week?

_________________
SD&DG Illustrated! Behance Bleep Bloop

'Not without talent but dragged down by bass turgidity'


Top
 Profile  
 
Display posts from previous:  Sort by  
Reply to topic  [ 22 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: Vogons and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search within this thread:
cron
You are using the 'Ted' forum. Bill doesn't really exist any more. Bogus!
Want to help out with the hosting / advertising costs? That's very nice of you.
Are you on a mobile phone? Try http://beex.co.uk/m/
RIP, Owen. RIP, MrC.

Powered by a very Grim... version of phpBB © 2000, 2002, 2005, 2007 phpBB Group.