summaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/hexnumbers.md
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2018-02-03 21:51:45 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2018-02-03 22:44:19 +0200
commite48b2238577921de946a029aa5654bd2dac0dfe1 (patch)
tree6a96a78452cb5c8b80dd453db825730430a6edd8 /docs/markdown/snippets/hexnumbers.md
parentf25070ec089719a607c545c1b44a678c6bbce5c9 (diff)
downloadmeson-hex.tar.gz
Add support for hex int literals.hex
Diffstat (limited to 'docs/markdown/snippets/hexnumbers.md')
-rw-r--r--docs/markdown/snippets/hexnumbers.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/markdown/snippets/hexnumbers.md b/docs/markdown/snippets/hexnumbers.md
new file mode 100644
index 000000000..840c0cb3b
--- /dev/null
+++ b/docs/markdown/snippets/hexnumbers.md
@@ -0,0 +1,5 @@
+## Hexadecimal string literals
+
+Hexadecimal integer literals can now be used in build and option files.
+
+ int_255 = 0xFF