gopp/testdata/index.md.pp

20 lines
252 B
ObjectPascal
Raw Normal View History

2024-06-09 15:51:45 +03:00
{{#
os := import("os")
shit := import("./testdata/shit")
newVar := "'this is gen shita'"
2024-06-09 15:51:45 +03:00
}}
Text 0
{{
pp.println("Code 0")
}}
Text 1
{{
pp.println("Code 1")
}}
Text 2
{{
bts := os.read_file("testdata/somefile")
pp.printf("%v\n%s", bts, bts)
}}