HFX Forum

Programming => Other Languages => Topic started by: wilnix on March 05, 2002, 06:12:45 PM

Title: Try this...
Post by: wilnix on March 05, 2002, 06:12:45 PM
Wanna buld some useless skills?

Try Dec C....

unless you work with VMS or True64 that is...


Wilnix  :P
Title: Re:Try this...
Post by: Uneek on March 06, 2002, 12:27:37 AM
**Schedules his next DEC C and Datatrieve coding session...**
Title: Re:Try this...
Post by: wilnix on March 06, 2002, 10:49:18 AM
OMG, Datatrieve...batch files for openvms....beautiful!


8) Wilnix
Title: Re:Try this...
Post by: Metgod on March 06, 2002, 11:00:56 PM
DEC C


there, I decreased C ... anything else ?
lol j/k
Title: Re:Try this...
Post by: wilnix on March 08, 2002, 04:01:04 PM
I think I will bring out my PASCAL book and doing some coding with it...  :P

writeln
readln
blah, blah, blah

Wilnix
Title: Re:Try this...
Post by: ^Sol on March 12, 2002, 02:19:49 AM
10 for n=1 to 500
20 x=int(rnd*35+1)
30 y=int(rnd*24+1)
40 pen rnd*3+1
50 locate x,y : print "ARSE!"
60 next

or

5 deg
10 for n=1 to 360
20 plot n,sin(n)*180
30 next

makes a nice sine wave :D

Man I used to love Locomotive BASIC!
Title: Re:Try this...
Post by: wilnix on March 12, 2002, 09:58:18 PM
I've done everything from line BASIC to Visual BASIC 6 and admittingly has a purpose in life for me. Thanks to stupid end users...


Wilnix