That's very cool!

however
    
    
    let a = consoleReadLine()
      echo a
      
      let b = consoleReadLine()
      echo b
    
    
    Run

if I run this code and press enter echo b also gets executed.

Reply via email to