Now happy with what's appearing in the oblist. Reader is very broken.

This commit is contained in:
Simon Brooke 2026-05-04 19:26:09 +01:00
parent 5ec1c926b0
commit d2efc8ba78
6 changed files with 44 additions and 8 deletions

View file

@ -222,7 +222,7 @@ struct function_data function_initialisers[] = {
U"`nil`.",
&not},
{U"or",
U"(or expressions...): returns `nil` if all of these `expressions...` "
U"(or expressions...): returns `nil` if every one of these `expressions...` "
U"evaluates to `nil`, else `t`.",
&or},
{U"true?",