Basic+ Compiler flaw (OpenInsight Specific)
At 19 JAN 1999 12:02:36PM Oystein Reigem wrote:
Various people have reported various errors and flaws in the Basic+ compiler, but I'm not sure if the following problem has been reported before. This construct makes the function terminate around "end case":
<code> begin case case Type=lang" case Type=kort" case true$ /* default: */ Type=lang" end case</code>
I don't know exactly what causes the problem, but my guess this is a variation on an earlier reported problem that occurs when you have a comment right after "begin case".
- Oystein -
At 19 JAN 1999 12:13PM Oystein Reigem wrote:
The problem lies with the comment.
(But what I said about this making the function terminate around "end case" (when you run it) might not be true. It's rather the compilation that terminates, resulting in dodgy object code.)
- Oystein -