Pseudocode 官僚

while(1)
{     
    followProcedures();
}

function followProcedures()
{
    achieveNothing();
}