summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2018-06-01 08:31:47 +0800
committerchai <chaifix@163.com>2018-06-01 08:31:47 +0800
commit6a4f1a224273118a5429094ddd83420b7d69b28d (patch)
treef96c714cda12af6300178cbe31880d17804802de /test
parenta558be5f3d72775bd06c3814e002d355402a7acd (diff)
更新示例
Diffstat (limited to 'test')
-rw-r--r--test/hello.lls2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/hello.lls b/test/hello.lls
index 86e6a6b..05c8183 100644
--- a/test/hello.lls
+++ b/test/hello.lls
@@ -100,6 +100,8 @@ func test()
arr = {1, 2, 2, 3, 5, 2};
/* 字符串拼接 */
str = "hello " + "world";
+ f = {};
+
}
func main()