Git - code.swisschili.sh
code.swisschili.sh
/
units
/
729acd5636519d5da434ccba5258c751c8f839ab
/
.
/
module-pre.js
blob: bb23b7194c78685ff84a0ea1168572e4545bfc57 [
file
] [
log
] [
blame
]
swissChili
729acd5
2024-03-05 11:52:45 -0500
[
diff
] [
blame^
]
1
globalThis
.
printBuffer
=
''
;
2
3
Module
[
'print'
]
=
function
(
out
)
{
4
globalThis
.
printBuffer
+=
out
+
"\n"
;
5
};