4 lines
78 B
Raku
4 lines
78 B
Raku
begin_section("Xyzzy");
|
|
add_person("Name 1", "Handle 1", "");
|
|
end_section();
|
begin_section("Xyzzy");
|
|
add_person("Name 1", "Handle 1", "");
|
|
end_section();
|