summaryrefslogtreecommitdiffhomepage
path: root/golfscript.html.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'golfscript.html.markdown')
-rw-r--r--golfscript.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/golfscript.html.markdown b/golfscript.html.markdown
index f4b88a9f..b2cb60c9 100644
--- a/golfscript.html.markdown
+++ b/golfscript.html.markdown
@@ -31,7 +31,7 @@ of GolfScript, you can start running from "stdin". If you see a script starting
it was probably designed to be dropped in a file and run with `golfscript file.gs`. You
can pipe in or enter in your input at runtime.
-```golfscript
+```
> anything undefined technically evaluates to nothing and so is also a comment
# but commenting it out explicitly anyway is probably a good idea because if
# you use a reserved keyword or any punctuation you'll run into trouble.