Skip to content

Instantly share code, notes, and snippets.

@jbis9051
Created May 28, 2020 20:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jbis9051/de312635f483e4d72bf3b94763005f9c to your computer and use it in GitHub Desktop.
Save jbis9051/de312635f483e4d72bf3b94763005f9c to your computer and use it in GitHub Desktop.
<!DOCTYPE hiapl>
<fs init="true">
<require>
<arg>fs</arg>
</require>
</fs>
<path init="true">
<require>
<arg>path</arg>
</require>
</path>
<text init="true">
<fs>
<readFileSync call="true">
<path>
<join>
<__dirname/>
<arg>./hiaplc.test.js</arg>
</join>
</path>
</readFileSync>
</fs>
</text>
<console>
<log call="true">
<text>
<toString></toString>
</text>
</log>
</console>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment