From 97bbe98289fb74c7cf2d9793b80a1a27b4146045 Mon Sep 17 00:00:00 2001 From: Li Jin Date: Thu, 8 Oct 2020 13:01:18 +0800 Subject: change file extension moonp. --- spec/inputs/export_default.mp | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 spec/inputs/export_default.mp (limited to 'spec/inputs/export_default.mp') diff --git a/spec/inputs/export_default.mp b/spec/inputs/export_default.mp new file mode 100644 index 0000000..73f43ac --- /dev/null +++ b/spec/inputs/export_default.mp @@ -0,0 +1,15 @@ + +print "OK" + +export default -> + print "hello" + 123 + +(x, fy)<- f 123, "abc" unless isOff +print x +(y, res)<- fy +return if res + abc + y +else + abc + -- cgit v1.2.3-55-g6feb