This commit is contained in:
Marc Beninca 2025-07-06 09:49:00 +02:00
parent 2b5fe88eee
commit b6c962abde
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -6,7 +6,8 @@ function append(line) {
} }
function output(name, type) { function output(name, type) {
print name " ← " type print "↙ " type
print name
print doc print doc
exit exit
} }