Hi _why et al,

I run the following snippet.

Shoes.app do
  flow do
    5.times{para "test test test\n"}
  end
  stack do
    5.times{para "test test test\n"}
  end
end

The fomer para shows one new line, but the latter para shows three new
lines.
Umm.... within the stack, para adds two more new lines automatically??

Regards,
ashbb

Reply via email to