]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/benchmark/backtrack/backtrack.factor
Fix comments to be ! not #!.
[factor.git] / extra / benchmark / backtrack / backtrack.factor
index 6ab232606160f4e1c02257c93f79c58e91977241..b4bec779b1deb60b954b281fe1b36dba6c0d6b61 100644 (file)
@@ -16,7 +16,7 @@ IN: benchmark.backtrack
     { + - * } amb-execute ;
 
 : some-rots ( a b c -- a b c )
-    #! Try to rot 0, 1 or 2 times.
+    ! Try to rot 0, 1 or 2 times.
     { nop rot -rot } amb-execute ;
 
 MEMO: 24-from-1 ( a -- ? )