@raviqqe
Os
OsSync
Http
import Http'Client import Os'File fetch = \(ctx context) none | error { s = Client'Get(ctx.Http, "https://pen-lang.org")? File'Write(ctx.Os, File'StdOut(), s)? none }