Omnimaga

General Discussion => Introduce Yourself! => Topic started by: TheBassetHound on April 04, 2013, 10:56:49 pm

Title: Hello!
Post by: TheBassetHound on April 04, 2013, 10:56:49 pm
:Clrhome
:Output(1,1,"Haiz")
:Output(2,1,"I like pi")
:Output(3,1,"Thanks for taking a second to read this."
:Output(4,1,"Bye!")
:Clrhome
:Menu("Was that epic?","Yes",1,"No",2)
:Lbl 1
:Output(1,1,"Wow. Easily impressed.")
:Lbl 2
:Output(1,1,":/")
Title: Re: Hello!
Post by: hellninjas on April 04, 2013, 10:58:33 pm
Heya and welcome to Omnimaga :D
Have some peanuts with your stay~
!peanuts
I see you like Ti-BASIC, too :3
Do you know any other languages?
Title: Re: Hello!
Post by: Juju on April 04, 2013, 10:58:34 pm
:Output(1,1,"Welcome!")
:Pxl-On(8,0,"!peanuts")
Title: Re: Hello!
Post by: Sorunome on April 04, 2013, 11:34:50 pm
3.141592653589793238462643383279502884197169399375105......(i forgot a lot of digets....)
!peanuts
and have fun on omnimaga :D
Title: Re: Hello!
Post by: TheBassetHound on April 07, 2013, 09:14:15 pm
PEEEEEEAAAAAANNNNNNUUUUUUTTTTTSSSS



Sry... I like peanuts too

I just realized i needed to insert a
:pause
before the menu... Actually, I am still learning TI-BASIC. No, I don't know any other languages. C++ would be at the top of my list to learn.
Title: Re: Hello!
Post by: DJ Omnimaga on April 08, 2013, 01:18:11 am
It depends on which calc it runs. :P The TI-84 Plus CSE is much slower in some cases so even with no pause you might still have enough time to read the text. :P
Title: Re: Hello!
Post by: Darl181 on April 08, 2013, 01:29:20 am
Missed a parenthesis on line 4.
J/k, welcome here :D

More peanuts:
!peanuts

Looks like you've made some good progress on the language already. Keep it up ;)

Title: Re: Hello!
Post by: alex99 on April 28, 2013, 09:34:51 am
.hello
clrhome
disp "welcome"
getkey-->K
while K=o
getkey-->K
end
clrhome