@@ -14,7 +14,7 @@ Your evaluator has to support the following words:
Your evaluator also has to support defining new words using the customary syntax:
-```
+```forth
: word-name definition ;
```