# File lib/Borges/TestCase/ContinuationTest.rb, line 77
  def testComprehension
=begin
    yin = proc do |x|
      Transcript.cr
      x
    end.call(Continuation.current)

    yang = proc do |x|
      Transcript.nextPut('*')
      x
    end.call(Continuation.current)

    yin.call(yang)
=end

  end