Skip to content

Commit

Permalink
add example
Browse files Browse the repository at this point in the history
  • Loading branch information
liyanboy74 committed Aug 10, 2022
1 parent 5defe7d commit 5f5cb9e
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
1 change: 1 addition & 0 deletions example/08/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include ../Makefile.mk
13 changes: 13 additions & 0 deletions example/08/doc.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>{{Title}}</title>
<meta name='viewport' content='width=device-width, initial-scale=1'>
</head>
<body>
<h1>{{Title}}</h1>
<p>{{FOR(2,0,-1){{FOR(2,0,-1){{FOR(2,0,-1){{VAR}}}}<br>}}<br>}}</p>
</body>
</html>
10 changes: 10 additions & 0 deletions example/08/var.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{{Title Test}}

{{VAR-1-1-1 (V-1-1-1)<br>}}
{{VAR-1-1-2 (V-1-1-2)<br>}}
{{VAR-1-2-1 (V-1-2-1)<br>}}
{{VAR-1-2-2 (V-1-2-2)<br>}}
{{VAR-2-1-1 (V-2-1-1)<br>}}
{{VAR-2-1-2 (V-2-1-2)<br>}}
{{VAR-2-2-1 (V-2-2-1)<br>}}
{{VAR-2-2-2 (V-2-2-2)<br>}}

0 comments on commit 5f5cb9e

Please sign in to comment.