aboutsummaryrefslogtreecommitdiff
path: root/test/prefix.fr
diff options
context:
space:
mode:
authorPedro F. Giffuni <pfg@FreeBSD.org>2015-05-12 02:36:33 +0000
committerPedro F. Giffuni <pfg@FreeBSD.org>2015-05-12 02:36:33 +0000
commitbe98e1ae3decabdd852fbe6496166aaa9acfbf9e (patch)
treeba5e252f1f49f00233d74f3c75f217171ccf80c8 /test/prefix.fr
downloadsrc-be98e1ae3decabdd852fbe6496166aaa9acfbf9e.tar.gz
src-be98e1ae3decabdd852fbe6496166aaa9acfbf9e.zip
Bring ficl to the vendor area.vendor/ficl/3.0.3
We currently use ficl3 in ~sys/boot/ficl but it has a bunch of local changes. WWW: http://ficl.sourceforge.net/ Discussed with: dteske, mr
Notes
Notes: svn path=/vendor/ficl/dist/; revision=282801 svn path=/vendor/ficl/3.0.3/; revision=282802; tag=vendor/ficl/3.0.3
Diffstat (limited to 'test/prefix.fr')
-rw-r--r--test/prefix.fr8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/prefix.fr b/test/prefix.fr
new file mode 100644
index 000000000000..58c66ddbf452
--- /dev/null
+++ b/test/prefix.fr
@@ -0,0 +1,8 @@
+: 0x { | old-base -- n }
+ base @ to old-base
+ 16 base !
+ 0 0 parse-word >number 2drop drop
+ old-base base !
+;
+
+ \ No newline at end of file