Press CTRL+C or CMD+C to copy the selected text and close this dialog.
Tweet
1 people like it. Like the snippet!
Is it a bug or a feature? :)
1: 2: 3: 4: 5: 6:
let dl = 9.5 / 11. let min = 21.5 + dl let max = 40.5 - dl let a = [ for z in min .. dl .. max -> z ] // should have 21 elements let b = a.Length