Press CTRL+C or CMD+C to copy the selected text and close this dialog.
Tweet
3 people like it. Like the snippet!
Create a list of int in range [init, upper).
1:
let until init upper = [init..upper - 1]