**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.