Comment #5 on issue 42 by rmorga...@gmail.com: In Gambas3 (2.99.0), Line  
Input hangs up.
http://code.google.com/p/gambas/issues/detail?id=42

For simple command line programs this is a major issue. The following code  
hangs at the INPUT statement. If you run the code and enter "Y" or anything  
else, then press enter, the program simply hangs.

Using Ubuntu 10.04LTS w/latest updates, Gnome Desktop, Gambas 2.99.4

Public Sub Main()
  DIM answer As String = "N"

  PRINT "Is your name John (Y/N)?"
  INPUT answer

  If answer = "Y" THEN
    PRINT "Welcome John."
  ELSE
    PRINT "Sorry, I do not know you."
  END

END





------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to