Skip to content

Instantly share code, notes, and snippets.

@Araq
Created September 14, 2016 23:26
Show Gist options
  • Select an option

  • Save Araq/eb9f9168b6751737b2cc4f9872f8e562 to your computer and use it in GitHub Desktop.

Select an option

Save Araq/eb9f9168b6751737b2cc4f9872f8e562 to your computer and use it in GitHub Desktop.
import re
{.experimental.}
{.this: it.}
using
it: string
proc say(it) = system.echo it
proc test(it) =
while =~re"abc":
say()
break
test"abc"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment