arturo icon indicating copy to clipboard operation
arturo copied to clipboard

[Converters\define] add documentation example for `.as`

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

[Converters\define] add documentation example for .as

https://github.com/arturo-lang/arturo/blob/7e2f1bee9a5648466ae75dbdd238ce56338f051a/src/library/Converters.nim#L530

            "methods"   : {Block}
        },
        attrs       = {
            "as"    : ({Type}, "inherit given type")
        },
        returns     = {Nothing},
        # TODO(Converters\define) add documentation example for `.as`
        #  labels: library, documentation, easy
        example     = """
            define :person [name surname age][  

24aaea2dd5e887554c24d214d02ea2ffb05ee457

github-actions[bot] avatar Jun 04 '21 11:06 github-actions[bot]

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Mar 18 '22 18:03 stale[bot]

To be postponed until the usage of .as is (properly) defined. 🤔

drkameleon avatar Jan 03 '23 11:01 drkameleon