BASIC (QBasic 4.5), (削除) 10 (削除ここまで) (削除) 5 (削除ここまで) 3 bytes
In the BASIC programming language, RUN is used to start program execution from direct mode, or to start a overlay program from a loader program. - Wikipedia
Edit: This works without a line number in QBasic 4.5, according to @steenbergh
RUN
Here's the first version I posted. Infinite GOTO loop. Also, it's 10 bytes, which is a nice coincidence!
10 GOTO 10
mbomb007
- 23.6k
- 7
- 66
- 143