diff options
Diffstat (limited to 'modal/ocaml/examples/devices.modal')
-rw-r--r-- | modal/ocaml/examples/devices.modal | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/modal/ocaml/examples/devices.modal b/modal/ocaml/examples/devices.modal new file mode 100644 index 0000000..82f5a4e --- /dev/null +++ b/modal/ocaml/examples/devices.modal @@ -0,0 +1,6 @@ +.. (?: Hello) +.. (?: + 1 2 3) +.. (?^ (a (b c))) +.. (?. (a (b))) +.. (?* abc) + |