investflow / mqlidea

MQL4 plugin for Intellij Idea
http://investflow.ru/mqlidea
GNU General Public License v3.0
52 stars 20 forks source link

wrong error on string #13

Open mhamri opened 2 years ago

mhamri commented 2 years ago

any string with space in between consider as error

image

to reproduce

  1. type Print("
  2. type a string with space
  3. type ")