summaryrefslogtreecommitdiff
path: root/test/README
diff options
context:
space:
mode:
authorLua Team <team@lua.org>1997-07-01 12:00:00 +0000
committerrepogen <>1997-07-01 12:00:00 +0000
commit4f8c5d0f284e1f4da717aea5008915f185cd2e05 (patch)
tree5671acf8a2cacf0c0524ce96d22959590a3aa5af /test/README
parent47a298a24ad3a8202440051de5938618502302a0 (diff)
downloadlua-github-3.0.tar.gz
Lua 3.03.0
Diffstat (limited to 'test/README')
-rw-r--r--test/README7
1 files changed, 3 insertions, 4 deletions
diff --git a/test/README b/test/README
index 625644d0..6f410ee4 100644
--- a/test/README
+++ b/test/README
@@ -1,7 +1,6 @@
These are simple tests for Lua. Some of them contain useful code.
They are meant to be run to make sure Lua is ok and also to be read, to see
how Lua programs can look like.
-In the directory examples/, there is more useful code, such as a library for
-complex arithmetic (a good example of fallbacks for overloading and redefinition
-of primitive functions), and a library for PostScript output. Both libraries
-include simple examples.
+
+In the directory examples/, there is more useful code: a library for PostScript
+output and a database for a fake web site.