README
changeset 278 57b5bba67467
parent 276 5a8ef4dd6cc9
child 283 3102d61edf45
--- 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
+>