README
changeset 278 0c2481cd8b1c
parent 276 52faee6d0be2
child 283 ef5f62bf5987
--- a/README	Fri Aug 16 08:45:21 2019 +0100
+++ b/README	Tue Oct 29 09:54:52 2019 +0000
@@ -17,6 +17,15 @@
 
 
 
+-----------------------------
+node
+Welcome to Node.js v12.11.1.
+Type ".help" for more information.
+> "11" + 1
+'111'
+> "11" - 1
+10
+>