🐐 Snippets

This commit is contained in:
2026-04-21 22:16:03 +02:00
parent 80d430970a
commit 5961884219
17 changed files with 21 additions and 27 deletions

BIN
snippets/aeternvm.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.0 KiB

After

Width:  |  Height:  |  Size: 8.1 KiB

View File

@@ -0,0 +1 @@
DESIGNA a, b, c VT [I, II, III]

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB

View File

@@ -0,0 +1,2 @@
DEFINI pair (a, b) VT { REDI (a, b) }
DESIGNA x, y VT INVOCA pair (III, VII)

BIN
snippets/destructure_fn.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

View File

@@ -0,0 +1,3 @@
DICE(d["nomen"])
DESIGNA d["aetas"] VT XXVI
DESIGNA d["novus"] VT I

BIN
snippets/dict_access.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

View File

@@ -0,0 +1 @@
DESIGNA d VT TABVLA {"nomen" VT "Marcus", "aetas" VT XXV}

BIN
snippets/dict_create.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

3
snippets/dict_per.cent Normal file
View File

@@ -0,0 +1,3 @@
PER k IN d FACE {
DICE(k)
}

BIN
snippets/dict_per.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 27 KiB

View File

@@ -0,0 +1,4 @@
DESIGNA nomen VT "Marcus"
DICE("Salve, {nomen}!")
DICE("Sum: {III + IV}")
DICE("{nomen} has {V} cats")

BIN
snippets/string_interp.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

View File

@@ -9,8 +9,8 @@ contexts:
main:
- include: comments
- include: strings
- include: fractions
- include: keywords
- include: fractions
- include: numerals
- include: constants
- include: builtins