[ { "source": "on click toggle .foo for 10ms", "detail": "Error: Unhandled exception: \"Expected 'in' at position 6\"" }, { "source": "on click set #div2", "detail": "Error: Unhandled exception: \"Expected 'to' at position 4\"" }, { "source": "on click set {bar: 2, baz: 3} on obj", "detail": "Error: Unhandled exception: \"Expected 'to' at position 12\"" }, { "source": "on click set my style[", "detail": "Error: Unhandled exception: \"Expected 'to' at position 5\"" }, { "source": "on click set arr to [1, 2, 3] set arr[0] to ", "detail": "Error: Unhandled exception: \"Expected 'to' at position 14\"" }, { "source": "on click set arr to [1, 2, 3] set idx to 0 set arr[idx] to ", "detail": "Error: Unhandled exception: \"Expected 'to' at position 18\"" }, { "source": "on click put ", "detail": "Error: Unhandled exception: \"Expected into/before/after at position 3\"" }, { "source": "on click set arr to [1, 2, 3] put ", "detail": "Error: Unhandled exception: \"Expected into/before/after at position 13\"" }, { "source": "on click set arr to [1, 2, 3] set idx to 0 put ", "detail": "Error: Unhandled exception: \"Expected into/before/after at position 17\"" }, { "source": "on click if true put ", "detail": "Error: Unhandled exception: \"Expected into/before/after at position 5\"" }, { "source": "on click if true log me then put ", "detail": "Error: Unhandled exception: \"Expected into/before/after at position 8\"" }, { "source": "on click if false else put ", "detail": "Error: Unhandled exception: \"Expected into/before/after at position 6\"" }, { "source": "on click if false else if true put ", "detail": "Error: Unhandled exception: \"Expected into/before/after at position 8\"" }, { "source": "on click if false else if true put ", "detail": "Error: Unhandled exception: \"Expected into/before/after at position 8\"" }, { "source": "on click if false otherwise put ", "detail": "Error: Unhandled exception: \"Expected into/before/after at position 6\"" }, { "source": "on click if false else if false else put ", "detail": "Error: Unhandled exception: \"Expected into/before/after at position 9\"" }, { "source": "on click if false else if false else put ", "detail": "Error: Unhandled exception: \"Expected into/before/after at position 9\"" }, { "source": "on click if false put ", "detail": "Error: Unhandled exception: \"Expected into/before/after at position 5\"" }, { "source": "on click if true wait 10 ms then put ", "detail": "Error: Unhandled exception: \"Expected into/before/after at position 9\"" }, { "source": "on click if false else wait 10 ms then put ", "detail": "Error: Unhandled exception: \"Expected into/before/after at position 10\"" }, { "source": "on click if false end put ", "detail": "Error: Unhandled exception: \"Expected into/before/after at position 6\"" }, { "source": "on click \\n if window.tmp then\\n put ", "detail": "Error: Unhandled exception: \"Expected into/before/after at position 11\"" }, { "source": "on click repeat for x in [1, 2, 3] put x at end of me end", "detail": "Error: Unhandled exception: \"Expected into/before/after at position 15\"" }, { "source": "on click repeat for x in null put x at end of me end", "detail": "Error: Unhandled exception: \"Expected into/before/after at position 9\"" }, { "source": "on click repeat for x in [1, 2, 3]\\n log me put x at end of me\\n wait 1ms\\n end", "detail": "Error: Unhandled exception: \"Expected into/before/after at position 19\"" }, { "source": "on click for x in [1, 2, 3] put x at end of me end", "detail": "Error: Unhandled exception: \"Expected into/before/after at position 14\"" }, { "source": "on click for x in null put x at end of me end", "detail": "Error: Unhandled exception: \"Expected into/before/after at position 8\"" }, { "source": "on click for x in [1, 2, 3]\\n put x at end of me\\n wait 1ms\\n end", "detail": "Error: Unhandled exception: \"Expected into/before/after at position 16\"" }, { "source": "on click repeat 3 times put ", "detail": "Error: Unhandled exception: \"Expected into/before/after at position 6\"" }, { "source": "on click repeat 3 + 3 times put ", "detail": "Error: Unhandled exception: \"Expected 'times' at position 4\"" }, { "source": "on click take .foo from .div for #d3", "detail": "Error: Unhandled exception: \"Expected 'in' at position 8\"" }, { "source": "on click take .foo from .div for event.target", "detail": "Error: Unhandled exception: \"Expected 'in' at position 8\"" }, { "source": "on click\n append ", "detail": "Error: Unhandled exception: \"Expected 'to' at position 3\"" }, { "source": "on click \n append ", "detail": "Error: Unhandled exception: \"Expected 'to' at position 3\"" }, { "source": "on click append ", "detail": "Error: Unhandled exception: \"Expected 'to' at position 3\"" }, { "source": "on click append \\`