[Gambas-bugtracker] Bug #1697: Bad syntax with loop causes compiler to segfault.....

bugtracker at gambaswiki.org bugtracker at gambaswiki.org
Tue Jan 7 23:04:21 CET 2020


http://gambaswiki.org/bugtracker/edit?object=BUG.1697&from=L21haW4-

Comment #25 by Brian G:

I pasted this into the playground and it seg faulted as well with the daily version

Public Sub Main()
Dim i As Integer = 0


Loop   ' should be do...loop until   but does not catch the bad syntax silly me
  Inc i
  Print "Hello world"
  
Until i > 20

End




More information about the Bugtracker mailing list