Skip to content

Instantly share code, notes, and snippets.

@EugeneN
Last active December 15, 2015 06:19
Show Gist options
  • Save EugeneN/5215941 to your computer and use it in GitHub Desktop.
Save EugeneN/5215941 to your computer and use it in GitHub Desktop.
gistfile1.factor
```
<button
style="padding: 4px; display: block;"
data-subscribe=
' click : ->->->
| disable
| text! "Working..."
| ["Hello DNA" 1 ( ->->->
| 123 | warn
| "zzz" | ->->-> | stop? "not-zzz"
| wait ( 13 | warn
| wait 1000
| 555 | warn
| 5000
)
| random | ->->->
)]
| debug "result ="
| text! "Hello DNA!"
| enable
'>Hello DNA!</button>
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment