mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
e03042ec19
Strings not containing a newline are not printed synchronously
ex. bin/mruby -e '["a", "b", "c", "\n", "d", "e", "f", "\n"].each {|e| print e ; usleep 200000}'