-
```
../../../libqb.cpp: In function ‘list* list_new(int32_t)’:
../../../libqb.cpp:505:39: error: cast from ‘uint8_t*’ {aka ‘unsigned char*’} to ‘int32_t’ {aka ‘int’} loses precision [-fpermissive]
…
-
Here's a list of ranks and the kits that go with them(let me know if these look good or need tweaking)
- [ ] Free: /tradesim, /evs, /ivs, 3 homes /trash
(1 use per player)Starter kit: golden shovel,…
-
The state of _KEYDOWN will stick to true for a shift-modifiable key code, if the state of the shift key changes while the key is pressed. This affects any program using any shift-modifiable keys, eve…
-
Currently function names require type characters. For example:
```VB
Function test1% (x As Integer, y As Integer)
test1% = x + y
End Function
```
This is ok. However, also allow the followin…
a740g updated
2 years ago
-
**Describe the bug**
I'm playing around with _MEM and I was passing a _MEM() of a variable to a subroutine. Last night late I actually got a compiler error and got around it by using a temporary vari…
-
In a lot languages, the ones I can think of are C++, and C# a '?' question mark can be used to do ternary operators.
C++/C#: `result = (a >= 45) ? "true": "false";`
QB64?: `Print (a >= 45) ? "true":…
-
A way to get a monitor's size would be useful, I'm not sure about all the fine details on how to specify which monitor, and other problems like that. A Set of things for more info about the monitor wo…
-
`X ^ -NOT Y` is valid syntax in QB45, but gives a syntax error in QB64 due to it not understanding the `NOT` operator can come after `-` within exponentiation (It thinks there has to be a number). It …
-
### Proposal
Currently QB64-PE only offers two commands for actually sleeping the program, `_Limit` and `_Delay` (There's probably others that do it as a side-effect, but those are the two intentio…
-
This was originally requested in https://github.com/QB64Team/qb64/issues/225 using the keyword `RETURN`.
However, the `RETURN` keyword is used while returning from GOSUBS and can take an optional l…