6 lines
79 B
Plaintext

$ var n = 0;
<ul>
<while(n < 4)>
<li>${n++}</li>
</while>
</ul>