aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Tuomi <jans.tuomi@gmail.com>2022-02-07 16:35:40 +0200
committerJan Tuomi <jans.tuomi@gmail.com>2022-02-07 16:35:40 +0200
commit962ee64f5bb082d99bba0c8a91d90c04f5a311c7 (patch)
tree3ed5cc6629f7c61c55b0277da7ecbc49be3d0457
parent925587c1b21e9154c4b5dfc74d33ab4680235825 (diff)
Different default source
-rw-r--r--src/Editor.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Editor.tsx b/src/Editor.tsx
index b0441d7..e430ada 100644
--- a/src/Editor.tsx
+++ b/src/Editor.tsx
@@ -10,8 +10,8 @@ const defaultSourceText = `define times2
dup +
;
-2 times2 .
--- prints 4
+3 times2 .
+-- prints 6
`
const Editor = () => {