arturo icon indicating copy to clipboard operation
arturo copied to clipboard

[Dates] more potential built-in function candidates?

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

[Dates] more potential built-in function candidates? we could also make use of our recently-added :quantity values

https://github.com/arturo-lang/arturo/blob/411617a1906063cf0adfd3ac06804dc4b29403a0/src/library/Dates.nim#L30


#=======================================
# Definitions
#=======================================

# TODO(Dates) more potential built-in function candidates?
#  we could also make use of our recently-added `:quantity` values
#  labels: library, enhancement, open discussion

proc defineLibrary*() =

    #----------------------------
    # Functions
    #----------------------------

    builtin "after",
        alias       = unaliased, 

6bc89510f2555b4da4b3e600d5cecc51402f4735

github-actions[bot] avatar Dec 27 '23 13:12 github-actions[bot]