(.using [library [lux "*" [control [concurrency ["[0]" async {"+" Async}]]] ["[0]" meta "_" ["[1]/[0]" version]] [tool [compiler ["[0]" version]]] [world ["[0]" console {"+" Console}]]]] [/// [command {"+" Command}]]) (def: .public (do! console profile) (-> (Console Async) (Command Any)) (console.write_line (version.format meta/version.latest) console))