Skip to content

Instantly share code, notes, and snippets.

@jstrachan
Created March 16, 2010 12:57
Show Gist options
  • Select an option

  • Save jstrachan/333931 to your computer and use it in GitHub Desktop.

Select an option

Save jstrachan/333931 to your computer and use it in GitHub Desktop.
scala> def b = {println("foo"); println("bar")}
b: Unit
scala> b
foo
bar
scala> tag(b)
start
capturing
foo
bar
body = answer
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment