diff options
author | Boris Verkhovskiy <boris.verk@gmail.com> | 2024-05-27 12:17:10 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-27 12:17:10 -0600 |
commit | 36db268e388238cdae927c9c220f9faae8c8d6ed (patch) | |
tree | ab5e90b2366b0ce7d30f82b5fb6daae4a4627b1a /golfscript.html.markdown | |
parent | 12ecedd4f51ec9f61b45058755c161d773e1be40 (diff) |
Remove unsupported highlight languages (#4962)
Diffstat (limited to 'golfscript.html.markdown')
-rw-r--r-- | golfscript.html.markdown | 2 |
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. |