Jump to content

Compare a list of strings: Difference between revisions

m
Update broken URL.
(easylang)
m (Update broken URL.)
Line 1,181:
Application code is hard to write and hard to read when low-level code is mixed in with application code.
It is better to hide low-level code in general-purpose code-libraries so that the application code can be simple.
Here is my solution using LIST.4TH from my novice-package: httphttps://www.forthforth2020.org/beginners-to-forth/a-novice.html-package
<syntaxhighlight lang="forth">
: test-equality ( string node -- new-string bad? )
14

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.