!7 cmodule2 StartFirefox > DynSingleFunctionWithPrintLog { switchable S homePage = "https://gazelle.rocks"; void doIt { firefox(homePage); } void fallback { openPlatformBrowser(homePage); } }