sf-static/portfolio/node_modules/pug-lexer/test/cases/while.pug
2023-02-28 19:21:07 +01:00

5 lines
52 B
Text

- var x = 1;
ul
while x < 10
- x++;
li= x