🐐 Snippets

This commit is contained in:
2026-04-21 23:24:09 +02:00
parent afb1622b3a
commit 4f78450756
24 changed files with 28 additions and 28 deletions

View File

@@ -1,5 +1,5 @@
DEFINI sqvare(x) VT {
REDI(x*x)
REDI(x*x)
}
DICE(INVOCA sqvare(XI))