1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-02 22:21:21 +00:00
qb64/source
Cory Smith d4de4d2701 Reverting previous change to type2symbol$(); see description.
There was a change made in v2.0.3? that appears to break the following valid code:

```vb
Function test ()
    Static a(10) As String * 2
End Function
```

There doesn't appear to be much in the summary/description of the original change as to what it was supposed to resolve; so reversing the change(s).  See b87dde8d89 for details on the original commit that is being reverted.

Also includes minor (not currently active) placeholder code for updated File menu.
2022-09-23 17:23:35 -05:00
..
global Update build version to 2.1.1 2022-09-10 04:35:31 -05:00
ide Reverting previous change to type2symbol$(); see description. 2022-09-23 17:23:35 -05:00
subs_functions Implements the _Bin$ function 2021-10-14 00:17:35 +02:00
utilities Modified the new build.bas. 2022-08-26 23:02:11 -05:00
.gitignore Still working with git... 2022-08-26 21:46:16 -05:00
icon.rc Update icon.rc 2021-10-13 10:49:17 -03:00
qb64.bas Reverting previous change to type2symbol$(); see description. 2022-09-23 17:23:35 -05:00
qb64.ico Proper embedding of qb64.ico into the Windows binary. 2016-09-04 12:12:30 -03:00
qb64.png F5 will automatically remove "untitled.exe". 2022-08-27 10:14:23 -05:00
qb64icon32.png Fixed some QB64 urls. 2022-08-24 19:53:19 -05:00