29 lines
316 B
Mathematica
29 lines
316 B
Mathematica
---3;
|
|
|
|
hello;
|
|
|
|
world;
|
|
|
|
if 1 + 2: {
|
|
a;
|
|
b + 3 * 4;
|
|
c;
|
|
}
|
|
|
|
while 1 + 2:
|
|
"This is a string";
|
|
|
|
<html>
|
|
<head name=hello xxx>
|
|
aaa
|
|
<title>Some Title</title>
|
|
bbb
|
|
</head>
|
|
<body>
|
|
<ul>
|
|
$ while 1:
|
|
<li>$post.name; $post.date;</li>;
|
|
</ul>
|
|
</body>
|
|
</html>;
|