function cls( cmd)
{
cmd="clear"
system(cmd)
}

BEGIN{
cls()
}




戻る