arturo-lang / arturo

Simple, expressive & portable programming language for efficient scripting
http://arturo-lang.io
MIT License
684 stars 31 forks source link

[System\pause] implement for Web/JS builds #304

Open github-actions[bot] opened 3 years ago

github-actions[bot] commented 3 years ago

[System\pause] implement for Web/JS builds

it could easily correspond to some type of javascript timeout

https://github.com/arturo-lang/arturo/blob/a5683a2dace1b7e4e3b5c822d65f1e82119fa6aa/src/library/System.nim#L144


    when not defined(WEB):
        # TODO(System\pause) implement for Web/JS builds
        #  it could easily correspond to some type of javascript timeout
        #  labels: library,enhancement,web
        builtin "pause",
            alias       = unaliased, 
            rule        = PrefixPrecedence,
ndex 6dd9d295e..f1ebc5e5e 100644
++ b/src/scripts/module.art

92aa2b9f6e5ffd4262cbc6848800a3d55586cd32

stale[bot] commented 2 years ago

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] commented 1 year ago

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] commented 1 year ago

Closing issue as stale.

stale[bot] commented 5 days ago

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.