I'm not sure what you mean or why you'd want something to autoboot but then add a delay.

ZX Spectrum BASIC has a PAUSE command. PAUSE 0 waits for a keypress before moving on, PAUSE N pauses for n seconds.

I guess most systems use WAIT. In Commodore BASIC it's probably a POKE lol