Zelaron Gaming Forum  
Stats Arcade Portal Forum FAQ Members List Social Groups Calendar Search Today's Posts Mark Forums Read
Go Back   Zelaron Gaming Forum > The Zelaron Nexus > The Lounge

 
 
Thread Tools Display Modes

 
Reply
Posted 2008-09-29, 08:20 PM in reply to Grav's post starting "Here's an easy one... What is the..."
Grаν¡tоnЅurgе said: [Goto]
Here's an easy one...

What is the output produced by this script?
x= 1;
for k= 8:-2:3
x= x+k;
disp(x)
end
This looks like, hmm, almost like BASIC language.

disp is a BASIC language trait.

Alright, this is not like a usual for statement, so I can't answer it. I also don't know BASIC language very well.
 
Work List
疲れていますから 寝むってありますね。 むずかしいです。 また、ケーキ屋で ケーキを食べていました。

I've considered being a translator, but I dunno. It feels like a lot of work. If someone gets angry then I have to deal with it, you know? I'd rather just relax.

 
Speed Test
 
Favorite Anime/Manga
#01 Clannad ~After Story~
#02 Trigun {Maximum}
#03 Koi Kaze
#04 Berserk
#05 Outlaw Star
#06 Slayers
#07 Desert Punk
#08 Spirited Away
#09 Fullmetal Alchemist
#10 Shakugan no Shana
#11 Death Note
#12 FLCL
#13 Tokyo Magnitude 8.0
#14 Toradora
#15 Gunslinger Girl

 
Anime List
Old
Profile PM WWW Search
Goodlookinguy seldom sees opportunities until they cease to beGoodlookinguy seldom sees opportunities until they cease to beGoodlookinguy seldom sees opportunities until they cease to beGoodlookinguy seldom sees opportunities until they cease to be
 
 
Goodlookinguy
 



 
Reply
Posted 2008-09-29, 08:23 PM in reply to Goodlookinguy's post starting "This looks like, hmm, almost like BASIC..."
Lol, it's MATLAB, which is the only language I can write in besides Fortran.
Old
Profile PM WWW Search
Grav never puts off to tomorrow what can be done the day after tomorrowGrav never puts off to tomorrow what can be done the day after tomorrowGrav never puts off to tomorrow what can be done the day after tomorrowGrav never puts off to tomorrow what can be done the day after tomorrowGrav never puts off to tomorrow what can be done the day after tomorrow
 
 
Grav
 



 
Reply
Posted 2008-09-29, 08:32 PM in reply to Grav's post starting "Lol, it's MATLAB, which is the only..."
Grаν¡tоnЅurgе said: [Goto]
Lol, it's MATLAB, which is the only language I can write in besides Fortran.

I'm telling you right now, MATLAB is based on BASIC. As are many other languages.

If you've ever messed with a TI calculator, the language used is called TI-BASIC, which is based on basic, and similar in syntax.

Anyways, that's neato, I'd never heard or seen that language used before. I think I might learn it just for the fun of it.

Random PHPness.
PHP Code:
<?php
setSession
();
if (!
$_GET['kill']) {
 if (!
$_SESSION['test']) {
  
$_SESSION['test'] = 0;
 }
 else {
  
$test $_SESSION['test'];
  echo 
$test;
 }
}
elseif (
$_GET['kill']=="now") {
 
unlink($_SESSION['test']);
}
else {
 
// This will never appear
}
?>
 
Work List
疲れていますから 寝むってありますね。 むずかしいです。 また、ケーキ屋で ケーキを食べていました。

I've considered being a translator, but I dunno. It feels like a lot of work. If someone gets angry then I have to deal with it, you know? I'd rather just relax.

 
Speed Test
 
Favorite Anime/Manga
#01 Clannad ~After Story~
#02 Trigun {Maximum}
#03 Koi Kaze
#04 Berserk
#05 Outlaw Star
#06 Slayers
#07 Desert Punk
#08 Spirited Away
#09 Fullmetal Alchemist
#10 Shakugan no Shana
#11 Death Note
#12 FLCL
#13 Tokyo Magnitude 8.0
#14 Toradora
#15 Gunslinger Girl

 
Anime List

Last edited by Goodlookinguy; 2008-09-29 at 08:35 PM.
Old
Profile PM WWW Search
Goodlookinguy seldom sees opportunities until they cease to beGoodlookinguy seldom sees opportunities until they cease to beGoodlookinguy seldom sees opportunities until they cease to beGoodlookinguy seldom sees opportunities until they cease to be
 
 
Goodlookinguy
 



 
Reply
Posted 2008-09-29, 08:35 PM in reply to Goodlookinguy's post starting "I'm telling you right now, MATLAB is..."
Goodlookinguy said: [Goto]
I'm telling you right now, MATLAB is based on BASIC.

Thank you
Old
Profile PM WWW Search
Grav never puts off to tomorrow what can be done the day after tomorrowGrav never puts off to tomorrow what can be done the day after tomorrowGrav never puts off to tomorrow what can be done the day after tomorrowGrav never puts off to tomorrow what can be done the day after tomorrowGrav never puts off to tomorrow what can be done the day after tomorrow
 
 
Grav
 



 
Reply
Posted 2008-09-29, 08:51 PM in reply to Grav's post starting "Thank you"
do
line (20,20)-(40,40); CLR:R
do loop while end keys = ""

something like that? Qbasic was so much fun sophomore year.
Old
Profile PM WWW Search
Kazilla has an imagination enthroned in its own recess, incomprehensible as from darknessKazilla has an imagination enthroned in its own recess, incomprehensible as from darknessKazilla has an imagination enthroned in its own recess, incomprehensible as from darkness
 
Kazilla
 



 
Reply
Posted 2008-09-29, 09:00 PM in reply to Kazilla's post starting "do line (20,20)-(40,40); CLR:R do..."
Kazilla said: [Goto]
do
line (20,20)-(40,40); CLR:R
do loop while end keys = ""

something like that? Qbasic was so much fun sophomore year.

Yeah, something like that. BASIC is written line by line. MATLAB is broken by semi-colons which separates it from BASIC. However, it uses the same terms by which BASIC programs are built upon.

Also, just so everybody knows, BASIC is called BASIC for more than the words it stands for. It was made easy so that people could pick it up easily, but I always found it to be too loose.
 
Work List
疲れていますから 寝むってありますね。 むずかしいです。 また、ケーキ屋で ケーキを食べていました。

I've considered being a translator, but I dunno. It feels like a lot of work. If someone gets angry then I have to deal with it, you know? I'd rather just relax.

 
Speed Test
 
Favorite Anime/Manga
#01 Clannad ~After Story~
#02 Trigun {Maximum}
#03 Koi Kaze
#04 Berserk
#05 Outlaw Star
#06 Slayers
#07 Desert Punk
#08 Spirited Away
#09 Fullmetal Alchemist
#10 Shakugan no Shana
#11 Death Note
#12 FLCL
#13 Tokyo Magnitude 8.0
#14 Toradora
#15 Gunslinger Girl

 
Anime List
Old
Profile PM WWW Search
Goodlookinguy seldom sees opportunities until they cease to beGoodlookinguy seldom sees opportunities until they cease to beGoodlookinguy seldom sees opportunities until they cease to beGoodlookinguy seldom sees opportunities until they cease to be
 
 
Goodlookinguy
 



 

Bookmarks

« Previous Thread | Next Thread »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules [Forum Rules]
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 04:49 PM.
'Synthesis 2' vBulletin 3.x styles and 'x79' derivative
by WetWired the Unbound and Chruser
Copyright ©2002-2008 zelaron.com
Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
This site is best seen with your eyes open.