You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
https://qb64phoenix.com/forum/showthread.php?tid=2139 -- converted to run on QB64PE. (QB64PE is the updated version of this now defunct and out of service fork of QB64. See details at our forums via the link above.)
QB64 info (please complete the following information):
Using the latest version of QB64; I'm trying to compile https://github.com/jasonbrianhall/wizardscastle/blob/main/original_source/wizard.bas
Describe the bug
Command not implemented
1055 DEF FNA (Q) = 1 + INT(RND(1) * Q)
To Reproduce
git clone https://github.com/jasonbrianhall/wizardscastlle
cd wizardscastle/original_source
qb64 -c wizard.bas
Expected behavior
I expect the code to compile. The code compiles on Quick Basic 7.1 for MS-DOS.
The text was updated successfully, but these errors were encountered: