From 1e3fb8a2c0cca385d65c52679411b118b5fb4641 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 24 Nov 2024 16:18:21 -0500 Subject: Rename "NULL" to "NONE" --- docs/iterators.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/iterators.md') diff --git a/docs/iterators.md b/docs/iterators.md index ee777cfe..064af9c2 100644 --- a/docs/iterators.md +++ b/docs/iterators.md @@ -22,7 +22,7 @@ successively gets one line from a file at a time until the file is exhausted: >> iter() = "line three" : Text? >> iter() -= NULL : Text? += NONE : Text? for line in (./test.txt):each_line(): pass -- cgit v1.2.3