I have an F# function that returns a list of numbers starting from 0 in the mode of skipping n, select n, skip n, select n…the limit is reached. For example, enter 2 This function will return [2,
I have an F# function that returns a list of numbers starting from 0 in the mode of skipping n, select n, skip n, select n…the limit is reached. For example, enter 2 This function will return [2,