]> gitweb.factorcode.org Git - factor.git/blobdiff - unmaintained/sandbox/syntax/syntax.factor
Fix comments to be ! not #!.
[factor.git] / unmaintained / sandbox / syntax / syntax.factor
index f04b05acd8347c6715af8bfc07e06b1b237bb665..474ce12ef2464bad02eb38ab133fde90e5ff2dd5 100644 (file)
@@ -18,7 +18,7 @@ SYNTAX: APPLY: scan sandbox-use+ ;
 SYNTAX: APPLYING: ";" parse-tokens [ sandbox-use+ ] each ;
 
 REVEALING:
-    ! #!
+    ! !
     HEX: OCT: BIN: f t CHAR: "
     [ { T{
     ] } ;