🐐 Snippets
This commit is contained in:
2
snippets/array_concat.cent
Normal file
2
snippets/array_concat.cent
Normal file
@@ -0,0 +1,2 @@
|
||||
DESIGNA x VT [I, II, III] @ [IV, V]
|
||||
DIC(x)
|
||||
BIN
snippets/array_concat.png
Normal file
BIN
snippets/array_concat.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 11 KiB |
3
snippets/per_destructure.cent
Normal file
3
snippets/per_destructure.cent
Normal file
@@ -0,0 +1,3 @@
|
||||
PER a, b IN [[I, II], [III, IV]] FAC {
|
||||
DIC(a + b)
|
||||
}
|
||||
BIN
snippets/per_destructure.png
Normal file
BIN
snippets/per_destructure.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 11 KiB |
2
snippets/string_index.cent
Normal file
2
snippets/string_index.cent
Normal file
@@ -0,0 +1,2 @@
|
||||
DIC("SALVTE"[I])
|
||||
DIC("SALVTE"[III])
|
||||
BIN
snippets/string_index.png
Normal file
BIN
snippets/string_index.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 10 KiB |
1
snippets/string_slice.cent
Normal file
1
snippets/string_slice.cent
Normal file
@@ -0,0 +1 @@
|
||||
DIC("SALVTE"[II VSQVE IV])
|
||||
BIN
snippets/string_slice.png
Normal file
BIN
snippets/string_slice.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 8.6 KiB |
5
snippets/tempta_cape.cent
Normal file
5
snippets/tempta_cape.cent
Normal file
@@ -0,0 +1,5 @@
|
||||
TEMPTA {
|
||||
DESIGNA x VT I / NVLLVS
|
||||
} CAPE error {
|
||||
DIC(error)
|
||||
}
|
||||
BIN
snippets/tempta_cape.png
Normal file
BIN
snippets/tempta_cape.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 18 KiB |
Reference in New Issue
Block a user