Author Topic: HI!  (Read 4014 times)

0 Members and 1 Guest are viewing this topic.

Offline pikminboy111

  • LV0 Newcomer (Next: 5)
  • Posts: 1
  • Rating: +0/-0
  • the minecraft cake is not a lie
    • View Profile
HI!
« on: February 02, 2011, 11:02:08 pm »
i did this in hope that i can put my pic as the cake(the cake is a lie). i just started to learn basic, and my first program was

Disp HELLO WORLD!
Pause

( i now know that wont work; so much for a first program :()

Offline Xeda112358

  • they/them
  • Moderator
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 4704
  • Rating: +719/-6
  • Calc-u-lator, do doo doo do do do.
    • View Profile
Re: HI!
« Reply #1 on: February 02, 2011, 11:04:50 pm »
Code: [Select]
:Pause "HELLO!(Didja press enter yet!?!)
Hello, welcome, whatsup? HI!
Hey, at least you have an interest in programming! There are tons of people to help, here, so don't you worry about your BASIC skills, we'll help ya out! ^-^

Hi!

SirCmpwn

  • Guest
Re: HI!
« Reply #2 on: February 02, 2011, 11:07:04 pm »
Welcome to Omnimaga!  Here is your complementary bag of peanuts.
!peanuts

Offline ruler501

  • Meep
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2475
  • Rating: +66/-9
  • Crazy Programmer
    • View Profile
Re: HI!
« Reply #3 on: February 02, 2011, 11:12:22 pm »
Welcome this is a great community for programmers and anyone interested in calcs. If you want to learn alot just stick around here for a while. Again welcome and we're happy to have you join
I currently don't do much, but I am a developer for a game you should totally try out called AssaultCube Reloaded download here https://assaultcuber.codeplex.com/
-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GCM/CS/M/S d- s++: a---- C++ UL++ P+ L++ E---- W++ N o? K- w-- o? !M V?
PS+ PE+ Y+ PGP++ t 5? X R tv-- b+++ DI+ D+ G++ e- h! !r y

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: HI!
« Reply #4 on: February 02, 2011, 11:51:29 pm »
Hiya and welcome here :)

Offline kalan_vod

  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2715
  • Rating: +10/-0
    • View Profile
    • kalanrock.us
Re: HI!
« Reply #5 on: February 02, 2011, 11:59:06 pm »
i did this in hope that i can put my pic as the cake(the cake is a lie). i just started to learn basic, and my first program was

Disp "HELLO WORLD!
Pause

( i now know that wont work; so much for a first program :()
Don't be hard on yourself, I added a bit of code to make it work ;)

Offline Xeda112358

  • they/them
  • Moderator
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 4704
  • Rating: +719/-6
  • Calc-u-lator, do doo doo do do do.
    • View Profile
Re: HI!
« Reply #6 on: February 03, 2011, 12:04:35 am »
Hey! That's not a bit! That's a byte :P (just playin')
Fine, I take away a byte:
Code: [Select]
Pause "HELLO WORLD!So that is a neat trick. If you want to Pause and display text or a number, you can use Pause the same way you use Disp.
To display text, you use the quotation mark.

This displays the number 37:
Code: [Select]
Pause 37This displays "HOWDY WORLD!" on the homescreen:
Code: [Select]
Pause "HOWDY WORLD!

Offline FinaleTI

  • Believe in the pony that believes in you!
  • CoT Emeritus
  • LV10 31337 u53r (Next: 2000)
  • *
  • Posts: 1830
  • Rating: +121/-2
  • Believe in the pony that believes in you!
    • View Profile
    • dmuckerman.tumblr.com
Re: HI!
« Reply #7 on: February 03, 2011, 06:05:07 am »
Hey! That's not a bit! That's a byte :P (just playin')
Fine, I take away a byte:
Code: [Select]
Pause "HELLO WORLD!
Wouldn't that be two bytes? Because the newline is a byte.


Spoiler For Projects:

My projects haven't been worked on in a while, so they're all on hiatus for the time being. I do hope to eventually return to them in some form or another...

Spoiler For Pokemon TI:
Axe port of Pokemon Red/Blue to the 83+/84+ family. On hold.

Spoiler For Nostalgia:
My big personal project, an original RPG about dimensional travel and a few heroes tasked with saving the world.
Coding-wise, on hold, but I am re-working the story.

Spoiler For Finale's Super Insane Tunnel Pack of Doom:
I will be combining Blur and Collision Course into a single gamepack. On hold.

Spoiler For Nostalgia Origins: Sky's Story:
Prequel to Nostalgia. On hold, especially while the story is re-worked.

Offline jnesselr

  • King Graphmastur
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2270
  • Rating: +81/-20
  • TAO == epic
    • View Profile
Re: HI!
« Reply #8 on: February 03, 2011, 07:32:39 am »
Hey! That's not a bit! That's a byte :P (just playin')
Fine, I take away a byte:
Code: [Select]
Pause "HELLO WORLD!
Wouldn't that be two bytes? Because the newline is a byte.
Yes, indeed.

i did this in hope that i can put my pic as the cake(the cake is a lie).
I don't remember how many, but on this forum, to prevent spam and bots, we require at lest so many posts to do certain things.  For example, you can't use OmnomIRC until you have 20 posts.  Editing your profile is one of those things.  I think it comes after 5 posts.  Oh, posts in Randomness and Introduce Yourself topics do not increase post count.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: HI!
« Reply #9 on: February 03, 2011, 09:39:30 am »
Yeah this was to prevent bots from stuffing advertisements or adult images in their profile/avatar/signature (which happened before).