[Cook] breaking out of a recipe

Aryeh M. Friedman aryeh at m-net.arbornet.org
Thu Nov 4 15:59:11 EST 2004


If a recipe that look like this:

foo: ...
{
	if ack then
	{
		....
	}
}

is there a way to rewrite it as:

foo: ...
{
	if [not ack] then
		break;


	....
}

	--Aryeh



More information about the Cook-users mailing list