]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/help/tutorial/tutorial.factor
factor: Rename I[ ]I to [I I]. Fix places where we do "string"token without whitespace.
[factor.git] / basis / help / tutorial / tutorial.factor
index a87f005e35d9cf44ad14bcb80bb1841596d4592c..6e9b40bf0702c38991994f43ab776ed00abdc10e 100644 (file)
@@ -189,7 +189,7 @@ $nl
 "Now if you press " { $command tool "common" refresh-all } ", the source file should reload without any errors. You can run unit tests again, and this time, they will all pass:"
 { $code "\"palindrome\" test" }
 $nl
-"Congratulations, you have now completed " { $link "first-program" } "!";
+"Congratulations, you have now completed " { $link "first-program" } "!" ;
 
 ARTICLE: "first-program" "Your first program"
 "In this tutorial, we will write a simple Factor program which prompts the user to enter a word, and tests if it is a palindrome (that is, the word is spelled the same backwards and forwards)."