Skip to main content
We’ve updated our Terms of Service. A new AI Addendum clarifies how Stack Overflow utilizes AI interactions.
Code Golf

Return to Answer

Commonmark migration
Source Link

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.

Source Link
12Me21
  • 6.8k
  • 1
  • 23
  • 40

#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.

AltStyle によって変換されたページ (->オリジナル) /