2026-02-16, 10:30 AM
A trick (for the moment) to mark a function / sub as "used", is to do something like:
Code:
DIM dummy_var As UInteger: REM will be dropped by the optimizer
LET dummy_var = @my_sub: REM this marks my_sub as "used"
---
Boriel
Boriel

