てがみ: qatacri at protonmail.com | 統計 | 2022

202201901

goto foo;
loop {
	if(a()) continue;
foo:
	if(b()) continue;
	c();
}

こういうフローを書きたくなることは稀にある。