doc: add dynamic package with keyword-message filter to sample file

This commit is contained in:
2024-12-07 21:47:21 +00:00
parent 1c3bb98714
commit c6f1439835

View File

@@ -139,4 +139,4 @@ pkg = { 1, 2, 3, 4, 5 }.
pkg = { 10, 2 => "Hello", 9, 5 => "World", 14 }. pkg = { 10, 2 => "Hello", 9, 5 => "World", 14 }.
pkg = { { 0 }, { 1 }, { y for y in huh } }. pkg = { { 0 }, { 1 }, { y for y in huh } }.
pkg = { x for x in wow if x > 2 }. pkg = { x multiplyBy:2 for x in wow if x > 2 }.