Block a user
Update language documentation to reflect current state of the language
words
should strip punctuation
Add to prelude this Ludus code:
fn strip_punctuation {
("{x},{y}") -> strip_punctuation ("{x}{y}")
("{x}.{y}") -> strip_punctuation ("{x}{y}")
("{x};{y}") -> strip_punctuation…
Update language documentation to reflect current state of the language