home: hub: 9ficl

Download patch

ref: c2426dc9df2c055c0eb89ac8bb9cce0683766e4b
parent: c087f58ed0bfe9a8ec1059b43f67b0bd3353666d
author: jsadler <jsadler@ficl.sf.net>
date: Sun Oct 1 18:53:55 CDT 2000

*** empty log message ***

--- /dev/null
+++ b/doc/listbot.txt
@@ -1,0 +1,17 @@
+<!-- Begin ListBot Code -->
+<form method="post" action="http://www.listbot.com/cgi-bin/subscriber">
+<table border=0><tr><td colspan=2>
+Join our mailing list!<br>
+Enter your email address below,<br>
+then click the 'Join List' button:<br>
+</td></tr><tr><td>
+<input type=text name="e_mail">
+<input type=hidden name="list_id" value="ficl">
+<input type=hidden name="Act" value="subscribe_list">
+</td><td>
+<input type=image src="http://www.listbot.com/subscribe_button.gif" border=0 width=88 height=31 alt="Click here to join our mailing list!">
+</td></tr><tr><td colspan=2>
+<font size=1 face="arial"><a href="http://www.listbot.com/" target="_top">Powered by ListBot</a></font><br>
+</td></tr></table>
+</form>
+<!-- End ListBot Code -->
--- /dev/null
+++ b/test/prefix.fr
@@ -1,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