--- In fnxbasic@yahoogroups.com, "johnny_quid" <ranftmaps@...> wrote:
>
> Does fnxbasic complier create machine code or do the exe's still run an
internally run an interpeter like rapidq does?
>
Hi,
It does not create machine code, all function will be coverted to a
number(bytecode) and the "interpreter" executes this byte commands.
best regards marco