]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/html/forms/forms.factor
Move call( and execute( to core
[factor.git] / basis / html / forms / forms.factor
index 4cab87acfaa9bca720f7a7cc44fe85d567e00b6c..cc8b4f0a1595cc36566fae4b4dc08b5f2e1a5cd0 100644 (file)
@@ -1,6 +1,6 @@
 ! Copyright (C) 2008, 2009 Slava Pestov
 ! See http://factorcode.org/license.txt for BSD license.
-USING: kernel accessors strings namespaces assocs hashtables io call
+USING: kernel accessors strings namespaces assocs hashtables io
 mirrors math fry sequences words continuations
 xml.entities xml.writer xml.syntax ;
 IN: html.forms