Advertisement
Guest User

Untitled

a guest
Aug 23rd, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. package com.example.schoolexamples
  2.  
  3. fun main() {
  4.  
  5. for (yourInfoHere in 0..5) //You can also use "until" instead of ".."
  6. println("yourInfoHere = $yourInfoHere")
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement