6 lines
61 B
Plaintext
6 lines
61 B
Plaintext
DEFINI sqvare(x) VT {
|
|
REDI(x*x)
|
|
}
|
|
|
|
DICE(INVOCA sqvare(XI))
|