Sleep: Difference between revisions

m
wiki syntax fixes
(ZX Spectrum Basic)
m (wiki syntax fixes)
Line 40:
Pressing a key will cut the pause short on the ZX Spectrum.
 
10 REM s is the number of seconds
20 LET s = 5
30 PAUSE s * 50
 
=={{header|Batch File}}==