Mythruna
May 01, 2024, 03:46:53 PM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Welcome to the new forums. See "Announcements" for a note for new users.
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: Groovy Updates - New Posts on Updates.  (Read 5309 times)
Michael
Donators
Hero Member
***
Posts: 2166



View Profile
« on: October 02, 2012, 06:18:52 PM »

Just to let you know on my progress to see my potential.
So far I have learned basic commands
Quote
myList = [ 1, "two", 3 ]
//This is an array thingy numbers do not have to be put in quotes, letters do.

println myList[0]
//This should print out one, because a list starts with the number zero.

println myList.size()
//This should print out 3, because there are three things in the 'myList' array.

def a='apple'
println "I want an $a"
//Will print out "I want an apple" because I defined the letter 'a' with apple. a dollar sign in front shows that it is a variable.

print "Hello, World!"
//this will print on the same line.

println "Hello, World!"
//this will print on NEW lines!

/* clicks on start menu
 *types "iexpress.exe"
 *makes .exe file
 */
//that is for windows only, this will make an executable exe file Cheesy

I have learned more, but i cannot remember all. More updates to come!
Logged
Iggyjeckel
Donators
Hero Member
***
Posts: 510


View Profile
« Reply #1 on: October 02, 2012, 06:24:27 PM »

....thats as far as you have gotten?
Logged
Michael
Donators
Hero Member
***
Posts: 2166



View Profile
« Reply #2 on: October 02, 2012, 06:25:48 PM »

Yes, I have plentiful stuff to do at home..
School and home, makes learning scarce and short..
Logged
Iggyjeckel
Donators
Hero Member
***
Posts: 510


View Profile
« Reply #3 on: October 02, 2012, 06:30:40 PM »

I just thought with all the talk of helping you would be furthet along, not saying you dont have a start but, I guess I was just expecting more.
Logged
Michael
Donators
Hero Member
***
Posts: 2166



View Profile
« Reply #4 on: October 02, 2012, 06:39:39 PM »

I just thought with all the talk of helping you would be furthet along, not saying you dont have a start but, I guess I was just expecting more.
lol me too! Remember I'm 12 Wink
There also seems to be an issue. I have read over the "Getting Started Guide/Begginer's Tutorial" and when I go to "Using Groovy" I feel I missed something...
Logged
Iggyjeckel
Donators
Hero Member
***
Posts: 510


View Profile
« Reply #5 on: October 02, 2012, 06:41:19 PM »

Go look for other sources besides the only source you have, if one is to confusing im sure more are around
Logged
Moonkey
Hero Member
*****
Posts: 1587

This is probably a picture.


View Profile
« Reply #6 on: October 02, 2012, 10:53:52 PM »

Your age doesn't limit how you learn. Rather, your teen ages are the peek of your learning potential.
Logged

Mythruna: Don't you dare read any posts I made before 2014.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.20 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!