Jump to content

FizzBuzz/EsoLang: Difference between revisions

→‎{{header|Whitespace}}: syntaxhighlight for the <lang asm> part, but left the Whitespace part unchaged,
(→‎{{header|SNUSP}}: syntaxhighlight)
(→‎{{header|Whitespace}}: syntaxhighlight for the <lang asm> part, but left the Whitespace part unchaged,)
Line 1,001:
This solution was generated from the following pseudo-Assembly.
 
<langsyntaxhighlight lang="asm">push 1 ; Initialize a counter.
 
0:
Line 1,029:
push 101 sub
jn 0 ; Go again unless we're at 100.
pop exit ; Exit clean.</langsyntaxhighlight>
3,045

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.