🐐 MVTA, CRIBRA, CONFLA

This commit is contained in:
2026-04-25 20:20:54 +02:00
parent 5e4c7350a9
commit 382492a6fc
16 changed files with 225 additions and 2 deletions

4
snippets/confla.cent Normal file
View File

@@ -0,0 +1,4 @@
DEFINI addi (a, b) VT {
REDI (a + b)
}
DIC (CONFLA([I, II, III, IV, V], I, addi))