From: shyouhei@... Date: 2017-02-20T05:11:52+00:00 Subject: [ruby-core:79621] [Ruby trunk Misc#13230][Feedback] Better Do ... while structure Issue #13230 has been updated by Shyouhei Urabe. Status changed from Open to Feedback I'm sorry but I have to say I don't understand how the construct works. Looking at the original site there is an example: ```cpp /* author: ncomputers.org */ #include using namespace std; int main(){ unsigned a[]={0,1,2,3,4,5,6,7,8,9}; do(unsigned b=0){ cout<