summaryrefslogtreecommitdiff
path: root/test/manyifs.md
diff options
context:
space:
mode:
authorFreeArtMan <=>2015-12-17 20:59:18 +0000
committerFreeArtMan <=>2015-12-17 20:59:18 +0000
commita61ad1cef9ef77f9afd67230df5470b6b55525be (patch)
treed8bae5fc932865e769e4965ce0817b6d107badf2 /test/manyifs.md
downloaddm-a61ad1cef9ef77f9afd67230df5470b6b55525be.tar.gz
dm-a61ad1cef9ef77f9afd67230df5470b6b55525be.zip
Initial commit
Diffstat (limited to 'test/manyifs.md')
-rw-r--r--test/manyifs.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/manyifs.md b/test/manyifs.md
new file mode 100644
index 0000000..745d5ab
--- /dev/null
+++ b/test/manyifs.md
@@ -0,0 +1,12 @@
+0x01-0x2 "Hello"
+
+0x010
+ if (0x01) "One"
+ if (0x02) "Two"
+ if (0x03) "Three"
+ if (0x40) "Forty"
+0x012
+ if (0x01) "One"
+ if (0x02) "Two"
+ if (0x03) "Three"
+ if (0x40) "Forty" \ No newline at end of file