<html>
<body>
@for i=10 to 21
@<p>第 @i 行</p>
next i
</body>
</html>