2024-06-09 15:51:45 +03:00
|
|
|
{{#
|
2024-02-26 21:04:47 +03:00
|
|
|
os := import("os")
|
2024-08-02 17:00:46 +03:00
|
|
|
shit := import("./testdata/shit")
|
2024-02-26 21:04:47 +03:00
|
|
|
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
|
2024-04-25 22:38:04 +03:00
|
|
|
{{
|
2024-08-02 17:00:46 +03:00
|
|
|
bts := os.read_file("testdata/somefile")
|
2024-04-25 23:27:45 +03:00
|
|
|
pp.printf("%v\n%s", bts, bts)
|
2024-04-25 22:38:04 +03:00
|
|
|
}}
|
2024-02-26 21:04:47 +03:00
|
|
|
|