From 4dbf386ca248df0f47f31dc28cdeabe8d4477e5b Mon Sep 17 00:00:00 2001 From: Neil Carvalho Date: Sat, 17 Aug 2024 07:36:22 -0300 Subject: [PATCH] [DOC] Add `$;` to the list of deprecated global variables --- doc/globals.rdoc | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/doc/globals.rdoc b/doc/globals.rdoc index 1b51bb1b36..9d9fc57e6e 100644 --- a/doc/globals.rdoc +++ b/doc/globals.rdoc @@ -101,14 +101,6 @@ English - $INPUT_RECORD_SEPARATOR, $RS. Aliased as $-0. -=== $; (Input Field Separator) - -An input field separator, initially +nil+. - -English - $FIELD_SEPARATOR, $FS. - -Aliased as $-F. - === $\\ (Output Record Separator) An output record separator, initially +nil+. @@ -285,6 +277,8 @@ Whether command-line option -p was given; read-only. === $, +=== $; + = Pre-Defined Global Constants = Streams