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