hexpressions example

This commit is contained in:
2019-03-17 19:40:38 -06:00
parent 10a43fcdc0
commit caf2f82b55
2 changed files with 10 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
~ var test = "dynamic content";
Have you tried inserting {test} in your Hank stories?
~ var good = true;
Rumor has it, it can be {if (good) {
'rewarding'
} else {
'obnoxious'
}} to write a story with {test}.

View File

@@ -0,0 +1,2 @@
Have you tried inserting dynamic content in your Hank stories?
Rumor has it, it can be rewarding to write a story with dynamic content.