🐐 Snippets

This commit is contained in:
2026-04-24 15:37:46 +02:00
parent 27c5f7bf56
commit 92301f3ff6
11 changed files with 23 additions and 19 deletions

View File

@@ -0,0 +1,2 @@
DESIGNA x VT [I, II, III] @ [IV, V]
DIC(x)

BIN
snippets/array_concat.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View File

@@ -0,0 +1,3 @@
PER a, b IN [[I, II], [III, IV]] FAC {
DIC(a + b)
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View File

@@ -0,0 +1,2 @@
DIC("SALVTE"[I])
DIC("SALVTE"[III])

BIN
snippets/string_index.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

View File

@@ -0,0 +1 @@
DIC("SALVTE"[II VSQVE IV])

BIN
snippets/string_slice.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.6 KiB

View File

@@ -0,0 +1,5 @@
TEMPTA {
DESIGNA x VT I / NVLLVS
} CAPE error {
DIC(error)
}

BIN
snippets/tempta_cape.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB