Actions
Bug #37
closedFree returns undefined
Start date:
01/20/2020
Due date:
% Done:
0%
Estimated time:
Affected version:
Description
The following code will compile, but Free is undefined
Set Buffer 64
Print Free
The output should be:
65526
Instead, it returns:
undefined
Updated by Brian Flanagan almost 5 years ago
ising4jesus (Brian Flanagan) entered this bug report. (forgot to login)
Updated by Francois Lionet almost 5 years ago
- Status changed from New to Resolved
- Assignee set to Francois Lionet
- Target version set to 0.9.3
The value returned is the exact same as the one set in Set Buffer. And it really has no meaning other than that in AOZ, everything is unlimited!
Updated by Baptiste Pillot almost 5 years ago
- Status changed from Resolved to Closed
- source : https://www.amos2.fr/ide/Amos2/Ide/Program/417
- run : https://www.amos2.fr/run/tickleman/37/
- 0.9.2.6 result was : undefined
- 0.9.3.1 result is now : 64
New result correct according to the specifications told by Francois, if you are ok with that.
Actions