Given the list:
<ol>
<li>first</li>
<li>second</li>
</ol>
How can I create the same in Hoplon script (i.e. in Hoplon syntax)?
Given the list:
<ol>
<li>first</li>
<li>second</li>
</ol>
How can I create the same in Hoplon script (i.e. in Hoplon syntax)?
Try this:
You can find more examples here.