aat

git mirror of https://ccx.te2000.cz/bzr/aat
git clone https://ccx.te2000.cz/git/aat
Log | Files | Refs | README

hello5.aat (286B)


      1 @awk data.awk
      2 |END {
      3 @for x in spam
      4 {<x.name>} - {<x.value>}
      5 @  for y in spam
      6 {< x.eggs + y.eggs >}
      7 @  endfor
      8 @endfor
      9 --------------------
     10 @for n in names
     11 Hello {<n.name>}{<n._last ? "!" : ",">}
     12 @endfor
     13 
     14 @let language = "awk"
     15 Welcome to the world of {<language|toupper>} templating!
     16 |}