Files
centvrion/snippets/per_destructure.cent
2026-04-24 15:37:46 +02:00

4 lines
54 B
Plaintext

PER a, b IN [[I, II], [III, IV]] FAC {
DIC(a + b)
}