scott
06/05/2017, 9:02 PMdiesieben07
06/05/2017, 9:18 PMfor (i in 1..10)
the compiler optimizes away the Range object is a compiler intrinsic. But the code would run just as well without that intrinsic, it is just an optimization. But you do not need to know that it exists to write the code.scott
06/05/2017, 10:41 PM