Skip to content

Instantly share code, notes, and snippets.

@treeform
Last active January 11, 2020 05:47
Show Gist options
  • Select an option

  • Save treeform/59f794948e8ab676fcce01a697b7ad76 to your computer and use it in GitHub Desktop.

Select an option

Save treeform/59f794948e8ab676fcce01a697b7ad76 to your computer and use it in GitHub Desktop.
let a = html:
html:
lang "en"
head:
meta:
charset "utf-8"
title "myTitle"
meta:
name "description"
content "myDescription"
meta:
name "author"
content "myName"
link:
rel "stylesheet"
href "myCss"
body:
script:
src "myScript"
if true: "t" else: "f"
if false: "f"
if true: "t"
divs:
for i in 0..1:
for j in 0..1:
p $i & $j
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment