1
0
forked from Mirror/wren
Files
wren/doc/site
Bob Nystrom 2021e086bf Don't automatically flush on every System.write().
It's handy because it ensures writes are flushed to the terminal before
any calls to read from stdin, but it's also gratuitously slow.

Instead, added a Stdout class with an explicit flush() method that can
be called by the user.

Fix #445.
2017-10-09 07:16:05 -07:00
..
2017-09-16 21:38:35 -07:00
2016-01-21 21:38:27 -08:00
2016-01-21 21:38:27 -08:00
2016-01-21 21:38:27 -08:00
2016-03-07 07:41:00 -08:00
2016-05-19 09:30:38 -07:00
2016-05-03 14:43:59 -04:00