]> gitweb.factorcode.org Git - factor.git/blobdiff - unmaintained/webapps/numbers/numbers.factor
Fix comments to be ! not #!.
[factor.git] / unmaintained / webapps / numbers / numbers.factor
index 59247e934ca1091a7dff9c18595e2f315ff4ee4a..5f0a1911ae1dd42639fd766597be3e1678467612 100644 (file)
@@ -37,7 +37,7 @@ math.parser random webapps.continuation ;
 IN: webapps.numbers
 
 : web-print ( str -- )
-  #! Display the string in a web page.
+  ! Display the string in a web page.
   [
     swap dup
     <html>