arturo icon indicating copy to clipboard operation
arturo copied to clipboard

[Collections\range] add documentation example

Open github-actions[bot] opened this issue 1 year ago • 0 comments

https://github.com/arturo-lang/arturo/blob/046004606082468ef3e3f0d60a8672c61cb2a3ce/src/library/Collections.nim#L1413


            "step"  : ({Integer},"use step between range values")
        },
        returns     = {Range},
        # TODO(Collections\range) add documentation example
        #  labels: library, documentation, example
        example     = """
        ; range of :integers


github-actions[bot] avatar Apr 24 '25 09:04 github-actions[bot]