Implement row delimiters.

This commit is contained in:
Dominik Pantůček 2023-03-22 19:10:38 +01:00
parent e01a6db5a6
commit 64ff4255e3
4 changed files with 58 additions and 3 deletions

View file

@ -453,3 +453,11 @@ any algorithms used.
Returns a list containing only elements matching given ```pred?```
predicate.
(string-repeat str rep)
* ```str``` - string to repeat
* ```rep``` - number of repeats
Returns a string created by repeating the string ```str``` exactly
```rep``` number of times.