Luke Ceddia

Results 6 issues of Luke Ceddia

This should generate an error about no array index, yet is accepted: ``` Dim b(4) b() = 100 ``` The runtime behaviour is as-if the index were 0 - which...

We should pull down the mingw dependency as part of a Windows installer instead of shipping it.

``` Dim t As _Float t = 1F300 Print t Print Using "##.##################^^^^"; t t = t * t Print t Print Using "##.##################^^^^"; t ``` Print is able to...

Reported by GTC at https://www.qb64.org/forum/index.php?topic=3459 Opening the COM port with `OPEN "COM" + Port$ + ":4800,N,8,1" FOR RANDOM AS #1` causes any attempts after the first open and CLOSE to...

bug

**Describe the bug** When performing REDIM _PRESERVE on an array of _BIT, bits in the same byte as a preserved bit are not cleared. **To Reproduce** Test case: ``` REDIM...

bug

**Describe the bug** The following is valid in QB45: `PLAY "ML T250 L24 o3; gegegegegegegegegegegege"` (taken from carols.bas), but produces an illegal function call in QB64 because of the ";"...

bug