vault backup: 2023-09-24 13:04:34

This commit is contained in:
2023-09-24 13:04:34 +02:00
parent d2bb4c6822
commit 2cc7a220d8

View File

@@ -49,7 +49,7 @@ dv.table([
ex["Leg abductors"],
ex.Calves]))
dv.table(["Name", "Test"], [1, 2])
dv.table(["Name", "Test"], [[1, 2, 3], [4, 5, 6]])
```