IgniteEngine-iOS icon indicating copy to clipboard operation
IgniteEngine-iOS copied to clipboard

"if" statement conditionals don't appear to work when not in an array

Open brandonscript opened this issue 10 years ago • 0 comments

According to the docs, conditionals should work like this:

"message": [
    "if :: [[$session.token]] != '' :: token! :: no token :("
]

and like this:

"message": "if :: [[$session.token]] != '' :: token! :: no token :("

(both in an array and not in an array). Only the former appears to be working as of 0.1.2.

brandonscript avatar Oct 27 '15 16:10 brandonscript