diff options
author | Geoff Liu <g@geoffliu.me> | 2015-01-18 13:07:39 -0700 |
---|---|---|
committer | Geoff Liu <g@geoffliu.me> | 2015-01-18 13:07:39 -0700 |
commit | 31faf1a6a1c35802cf3676ec1a7f54d86411b566 (patch) | |
tree | 5ccca54b8837fec9a8d6d60d2bda6db4162078e7 /forth.html.markdown | |
parent | 40c38c125b94430b518d7e402d595694149b7c53 (diff) | |
parent | c053f1559bb357d9e8ced2452096bf3a95cc7ddb (diff) |
Merge branch 'master' of github.com:geoffliu/learnxinyminutes-docs
Diffstat (limited to 'forth.html.markdown')
-rw-r--r-- | forth.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/forth.html.markdown b/forth.html.markdown index 570e12ed..f7c0bf34 100644 --- a/forth.html.markdown +++ b/forth.html.markdown @@ -12,7 +12,7 @@ such as Open Firmware. It's also used by NASA. Note: This article focuses predominantly on the Gforth implementation of Forth, but most of what is written here should work elsewhere. -```forth +``` \ This is a comment ( This is also a comment but it's only used when defining words ) |