diff options
author | Li Jin <dragon-fly@qq.com> | 2020-02-15 17:35:59 +0800 |
---|---|---|
committer | Li Jin <dragon-fly@qq.com> | 2020-02-15 17:35:59 +0800 |
commit | ed994e0217192b3d416b29f61c7d0a60a6890787 (patch) | |
tree | e36705c282b459e1a0612a4552e5d12335ff3597 /spec | |
parent | 2c54137e9775173ec3dd33343c67dc225ded9d35 (diff) | |
download | yuescript-0.5.0.tar.gz yuescript-0.5.0.tar.bz2 yuescript-0.5.0.zip |
force forward declaration of variable for assigning local function.0.5.0
Diffstat (limited to 'spec')
-rw-r--r-- | spec/inputs/unless_else.moon | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/inputs/unless_else.moon b/spec/inputs/unless_else.moon index fe96c0b..987b60b 100644 --- a/spec/inputs/unless_else.moon +++ b/spec/inputs/unless_else.moon | |||
@@ -1,5 +1,5 @@ | |||
1 | if a | 1 | if a |
2 | unless b | 2 | unless b or d |
3 | print "hi" | 3 | print "hi" |
4 | elseif c | 4 | elseif c |
5 | print "not hi" | 5 | print "not hi" |