Created by: gfwm2013
-
while_loop
while_loop(cond, body, loop_vars, name=None)
This API's function is similar to while
, the difference is the way of use. while_loop
API passed function cond
and body
to the function, it's can realize the function without with
keyword.