7 lines
112 B
Mathematica
7 lines
112 B
Mathematica
|
|
procedure page(title, lang)
|
|
<html lang="\{lang}">
|
|
\{title}
|
|
</html>
|
|
|
|
page("Hello, world!", "it") |