5 lines
84 B
Plaintext
5 lines
84 B
Plaintext
DEFINI addi (a, b) VT {
|
|
REDI (a + b)
|
|
}
|
|
DIC (CONFLA([I, II, III, IV, V], I, addi))
|