diff options
author | chai <chaifix@163.com> | 2018-06-01 08:31:47 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-06-01 08:31:47 +0800 |
commit | 6a4f1a224273118a5429094ddd83420b7d69b28d (patch) | |
tree | f96c714cda12af6300178cbe31880d17804802de /test | |
parent | a558be5f3d72775bd06c3814e002d355402a7acd (diff) |
更新示例
Diffstat (limited to 'test')
-rw-r--r-- | test/hello.lls | 2 |
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() |