Range ..
range a = 0..9; for (i in 1..5) pln(i);
Tuple Creation <>
<int, double> t = functionReturningTuple(); <int a, int b> = functionReturningTuple();
range a = 0..9; for (i in 1..5) pln(i);
<int, double> t = functionReturningTuple(); <int a, int b> = functionReturningTuple();
Comments
0 comments
Please sign in to leave a comment.