### Contact Details _No response_ ### Compiler version v1.18.1 ### What happened? ```basic print code("a") * 3 ' prints "291" dim char as string = "a" print code(char) * 3 ' prints "35" (which is 291 truncated to byte size) ``` I'd expect that in both cases the result is the same. ### Error and Warning messages ```shell ``` ### Code of Conduct - [x] I agree to follow this project's Code of Conduct