19 lines
252 B
Puppet
19 lines
252 B
Puppet
{{#
|
|
os := import("os")
|
|
shit := import("./testdata/shit")
|
|
newVar := "'this is gen shita'"
|
|
}}
|
|
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)
|
|
}}
|
|
|