Advertisement
Guest User

Untitled

a guest
Apr 13th, 2015
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Scala 0.10 KB | None | 0 0
  1. object test
  2. {
  3. val n = 3
  4. def f (x:Int) : Int = x+1
  5. def main(args: Array[String])
  6. {
  7. println(f(n))
  8. }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement