]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/locals/types/types.factor
Fix comments to be ! not #!.
[factor.git] / basis / locals / types / types.factor
index a930765b7cea34b8223498cef1298b19eba462c2..1c2c27a067daa4f04662929a59d2cfcd3dfac554 100644 (file)
@@ -29,7 +29,7 @@ C: <multi-def> multi-def
 PREDICATE: local < word "local?" word-prop ;
 
 : <local> ( name -- word )
-    #! Create a local variable identifier
+    ! Create a local variable identifier
     f <word>
     dup t "local?" set-word-prop ;