ultimatepp/tutorial/Skylark02/index.witz
cxl d26ae93ae4 .tutorial: Skylark tutorial
git-svn-id: svn://ultimatepp.org/upp/trunk@5133 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-07-06 08:55:20 +00:00

15 lines
246 B
Text

<html>
<body>
MyValue: $MyValue<br>
MyRawValue: $MyRawValue<br>
MyRawValue2: $raw(MyRawValue2)<br>
<br>MyArray:<br>
$for(i in MyArray)
$i._index. $i<br>
$endfor
<br>MyMap:<br>
$for(i in MyMap)
$i._index. $i._key: $i<br>
$endfor
</body>
</html>