diff options
author | Camil Staps | 2016-10-04 20:16:56 +0200 |
---|---|---|
committer | Camil Staps | 2016-10-04 20:16:56 +0200 |
commit | 2cd524e55f4d3057fe82db119541b1b5284629dc (patch) | |
tree | 5ed4dc27682c39a9c3f4c1e3a9f731c02a32b63b /examples/bool.fusp | |
parent | Debug graph readability improvements (diff) |
Examples
Diffstat (limited to 'examples/bool.fusp')
-rw-r--r-- | examples/bool.fusp | 2 |
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; |