yield; meaning?

function abc(){

while(def < ghi)
{
print(Time.time)

yield;
}
}

what its function of yield;?

How it work with yield and without yield?

I did but want to know more detailed info. Reference does not have yield itself.

Thanks.

False! It has its own page in the Scripting Overview!

http://unity3d.com/support/documentation/ScriptReference/index.Coroutines_26_Yield.html

Very thanks!

I like the way Unity Technologies was actually able to explain how to use something, unlike the creators of the framework. :stuck_out_tongue:

What examples?! Nothing follows!

Yield means Wait ^.^