diff options
author | Li Jin <dragon-fly@qq.com> | 2021-02-17 21:39:23 +0800 |
---|---|---|
committer | Li Jin <dragon-fly@qq.com> | 2021-02-17 21:39:23 +0800 |
commit | cca77d89903fc3a28f8500d5621dc9ca7697ae1d (patch) | |
tree | 5232aae4317c327c8d12c3fb8ad8654197fa9dc5 /tup/app.yue | |
parent | f19ba3e5ba71adf8092252bac21381ba75870792 (diff) | |
download | yuescript-cca77d89903fc3a28f8500d5621dc9ca7697ae1d.tar.gz yuescript-cca77d89903fc3a28f8500d5621dc9ca7697ae1d.tar.bz2 yuescript-cca77d89903fc3a28f8500d5621dc9ca7697ae1d.zip |
fix tup example.
Diffstat (limited to 'tup/app.yue')
-rw-r--r-- | tup/app.yue | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tup/app.yue b/tup/app.yue new file mode 100644 index 0000000..90680f4 --- /dev/null +++ b/tup/app.yue | |||
@@ -0,0 +1,7 @@ | |||
1 | import "t.extra" | ||
2 | |||
3 | :reverse = string | ||
4 | |||
5 | "sulpnooM morf olleH" |> reverse |> print | ||
6 | |||
7 | print extra! | ||