From a13b72d789c6e2ee3d94bd1b19aad3dda0aea3c3 Mon Sep 17 00:00:00 2001 From: nodist Date: Tue, 9 Jun 2026 10:32:38 -0400 Subject: inline fn defs --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/index.md') diff --git a/docs/index.md b/docs/index.md index 64071a8..5d8ba9d 100644 --- a/docs/index.md +++ b/docs/index.md @@ -30,7 +30,7 @@ readFile("filename", callback(data)) // Continue while readFile is running // --- langauge equivalent // Do Soemthing -Fn[name; callback] $ ( +([name; callback] `use "io" [open; read] callback `sync read `sync open `sync name ) `async ("filename"; callback) -- cgit v1.2.3