Title: Groovy Updates - New Posts on Updates. Post by: Michael 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 :D I have learned more, but i cannot remember all. More updates to come! Title: Re: Groovy Updates - New Posts on Updates. Post by: Iggyjeckel on October 02, 2012, 06:24:27 PM ....thats as far as you have gotten?
Title: Re: Groovy Updates - New Posts on Updates. Post by: Michael 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.. Title: Re: Groovy Updates - New Posts on Updates. Post by: Iggyjeckel 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.
Title: Re: Groovy Updates - New Posts on Updates. Post by: Michael 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 ;)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... Title: Re: Groovy Updates - New Posts on Updates. Post by: Iggyjeckel 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
Title: Re: Groovy Updates - New Posts on Updates. Post by: Moonkey 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.
|