Update concordance description formatting in Snobol notebook

This commit is contained in:
Peter Norvig
2026-06-11 11:23:34 -07:00
committed by GitHub
parent cbe3c7a9b3
commit 57fc06e78c

View File

@@ -16,7 +16,7 @@
"\n",
"# The Concordance Assignment\n",
"\n",
"> *Using the [`Snobol`](http://www.snobol4.org/) language, read lines of text from the standard input and print a *concordance*, which is an alphabetized list of words in the text, with the line number(s) where each word appears. Words with different capitalization (like \"A\" and \"a\") should be merged into one entry.*\n",
"> *Using the [`Snobol`](http://www.snobol4.org/) language, read lines of text from the standard input and print a **concordance**, which is an alphabetized list of words in the text, with the line number(s) where each word appears. Words with different capitalization (like \"A\" and \"a\") should be merged into one entry.*\n",
"\n",
"After studying Snobol a bit, I realized that the expected solution was along these lines:\n",
"\n",