GMgKe586q6suSQnyqZLlGCooeWM
Learn To Program
Increase Your Knowlegde and Build Your Skill!
Pages
Home
Me
Search
Tuesday, December 21, 2010
If Else In Scala
Just type this so simple code:
scala> var x = 4
scala> if (x>5) {
| println("The First Block");
| }else{
| println("The Second Block");
| }
If Else In Scala
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment