SmileBASIC, 61 bytes
LINPUT S$FOR I=0TO LEN(S$)-1?S$[I];
WAIT 6+24*(I MOD 3>1)NEXT
#SmileBASIC, 61 bytes LINPUT S$FOR I=0TO LEN(S$)-1?S$[I]; WAIT 6+24*(I MOD 3>1)NEXT II think the delay calculation could be a lot shorter.
#SmileBASIC, 61 bytes LINPUT S$FOR I=0TO LEN(S$)-1?S$[I]; WAIT 6+24*(I MOD 3>1)NEXT I think the delay calculation could be a lot shorter.
SmileBASIC, 61 bytes
LINPUT S$FOR I=0TO LEN(S$)-1?S$[I];
WAIT 6+24*(I MOD 3>1)NEXT
I think the delay calculation could be a lot shorter.