sf-static/portfolio/node_modules/pug/test/cases/while.pug

6 lines
52 B
Text
Raw Permalink Normal View History

2023-02-28 18:21:07 +00:00
- var x = 1;
ul
while x < 10
- x++;
li= x