Re: Bug report : comment after "if ... then ... else"

2022-06-07 Thread Carl Marcum
Hi Matthias, On 6/7/22 6:53 AM, Matthias Seidel wrote: Hi Carl, Am 07.06.22 um 00:59 schrieb Carl Marcum: Hi Lucien, On 6/6/22 12:51 PM, Lucien Mathay wrote: Thank you Regina, but if I add an 'endif' at the end of the line   ( "  if a = b then a=1  Else a=2  endif  'test "), the compiler f

Re: Bug report : comment after "if ... then ... else"

2022-06-07 Thread Matthias Seidel
Hi Carl, Am 07.06.22 um 00:59 schrieb Carl Marcum: > Hi Lucien, > > On 6/6/22 12:51 PM, Lucien Mathay wrote: >> Thank you Regina, but >> >> if I add an 'endif' at the end of the line >>   ( "  if a = b then a=1  Else a=2  endif  'test "), >> the compiler fails with the message "Syntax error : unex