Post History
JavaScript, 25 bytes Could be 21 but calling the function like that feels like cheating. (f=s=>f(s+=8,print(s)))`` Try it online! 22 bytes Didn't want to post this as my main solution a...
Answer
#3: Post edited
- # JavaScript, 25 bytes
- <!-- language-all: lang-javascript -->
- (f=s=>f(s+=8,print(s)))``
- [Try it online!](https://tio.run/##y0osSyxOLsosKNEtLshMSS3Kzc/LTq38/18jzbbY1i5No1jb1kKnoCgzr0SjWFNTMyHh/38A)
- ## 22 bytes
- Didn't want to post this as my main solution as it's pretty much the same as Moshi's.
- for(s=``;;)print(s+=8)
- [Try it online!](https://tio.run/##y0osSyxOLsosKNEtLshMSS3Kzc/LTq38/z8tv0ij2DYhwdpas6AoM69Eo1jb1kLz/38A)
- # JavaScript, 25 bytes
- Could be [21](https://tio.run/##y0osSyxOLsosKNEtLshMSS3Kzc/LTq38/z/NttjWLk2jWNvWQqegKDOvRKNYU/N/WkLCfwA) but calling the function like that feels like cheating.
- <!-- language-all: lang-javascript -->
- (f=s=>f(s+=8,print(s)))``
- [Try it online!](https://tio.run/##y0osSyxOLsosKNEtLshMSS3Kzc/LTq38/18jzbbY1i5No1jb1kKnoCgzr0SjWFNTMyHh/38A)
- ## 22 bytes
- Didn't want to post this as my main solution as it's pretty much the same as Moshi's.
- for(s=``;;)print(s+=8)
- [Try it online!](https://tio.run/##y0osSyxOLsosKNEtLshMSS3Kzc/LTq38/z8tv0ij2DYhwdpas6AoM69Eo1jb1kLz/38A)
#2: Post edited
- # JavaScript, 25 bytes
- <!-- language-all: lang-javascript -->
- (f=s=>f(s+=8,print(s)))``
[Try it online!](https://tio.run/##y0osSyxOLsosKNEtLshMSS3Kzc/LTq38/18jzbbY1i5No1jb1kKnoCgzr0SjWFNTMyHh/38A)
- # JavaScript, 25 bytes
- <!-- language-all: lang-javascript -->
- (f=s=>f(s+=8,print(s)))``
- [Try it online!](https://tio.run/##y0osSyxOLsosKNEtLshMSS3Kzc/LTq38/18jzbbY1i5No1jb1kKnoCgzr0SjWFNTMyHh/38A)
- ## 22 bytes
- Didn't want to post this as my main solution as it's pretty much the same as Moshi's.
- for(s=``;;)print(s+=8)
- [Try it online!](https://tio.run/##y0osSyxOLsosKNEtLshMSS3Kzc/LTq38/z8tv0ij2DYhwdpas6AoM69Eo1jb1kLz/38A)