
3 Jul
2025
3 Jul
'25
10:05 p.m.
Am 03.07.25 um 20:12 schrieb Wolfgang Schuster:
Am 03.07.2025 um 19:53 schrieb Henning Hraban Ramm:
BTW is there a function for printing a table (like pprint.pprint in Python)?
table.serialize(...)
Am 03.07.25 um 20:12 schrieb Thomas A. Schmitz:
print (inspect (table))
It's a module in Lua that is integrated into the ConTeXt Lua interpreter.
Thank you both! (The difference, as fair checked: table.serialize shows the name of the table variable, where inspect says "table".) Hraban