From: Adam Akhtar Date: 2008-09-07T12:43:20+09:00 Subject: while loop : execute code and THEN check condition Im sure this was possible in C but in ruby i couldnt find something similiar. I want a control structure which will execute the code first and then check if the condition is true or not. something like do something while (condition) -- Posted via http://www.ruby-forum.com/.