(.module: [lux #* [tool [compiler ["." version] ["." language #_ ["#/." lux #_ ["#" version]]]]]] ["." /// #_ [command (#+ Command)] ["#." action]]) (def: #export (do! profile) (Command Any) (\ ///action.monad wrap (log! (version.format language/lux.version))))