Files
wren/test/fiber/yield_with_value_from_main.wren
T

2 lines
62 B
Plaintext
Raw Normal View History

2014-01-13 06:58:27 -08:00
Fiber.yield(1) // expect runtime error: No fiber to yield to.