aboutsummaryrefslogtreecommitdiff
path: root/examples/bool.fusp
diff options
context:
space:
mode:
authorCamil Staps2016-10-04 20:16:56 +0200
committerCamil Staps2016-10-04 20:16:56 +0200
commit2cd524e55f4d3057fe82db119541b1b5284629dc (patch)
tree5ed4dc27682c39a9c3f4c1e3a9f731c02a32b63b /examples/bool.fusp
parentDebug graph readability improvements (diff)
Examples
Diffstat (limited to 'examples/bool.fusp')
-rw-r--r--examples/bool.fusp2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/bool.fusp b/examples/bool.fusp
new file mode 100644
index 0000000..2676c6b
--- /dev/null
+++ b/examples/bool.fusp
@@ -0,0 +1,2 @@
+if 0 _ y = y;
+if 1 x _ = x;