index
:
jewelforth
main
x86_64 forth
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
jefs.fs
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'jefs.fs')
-rw-r--r--
jefs.fs
7
1 files changed, 5 insertions, 2 deletions
diff --git a/jefs.fs b/jefs.fs
index 372f0cb..3432b7e 100644
--- a/
jefs.fs
+++ b/
jefs.fs
@@ -1,3 +1,6 @@
-: test bye ;
+: here@ here @ ;
+here @
+here@ ,
+latest @ , 2 , 1 w, 58 ,
HEREDUMP
-test
+bye