Files
WL/file.wl
T

7 lines
112 B
Mathematica

procedure page(title, lang)
<html lang="\{lang}">
\{title}
</html>
page("Hello, world!", "it")