Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Oh please tell me you can specify the length of your loops in lines of code executed.


  var var i<10> = 0!!
  var var i = false!
  when (i) {
    print(i)!
    i++!
  }
I think this should print 0,1,2 and then stop, assuming checking the condition is a line of code, and that lifetimes are for lines executed and not just the syntax.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: