From ca458bfcd65c3a094fd0721cb5cd9f74dee5f845 Mon Sep 17 00:00:00 2001 From: nodist Date: Mon, 8 Jun 2026 16:17:14 -0400 Subject: remove action from ast --- 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 08e02d1..64071a8 100644 --- a/docs/index.md +++ b/docs/index.md @@ -31,7 +31,7 @@ readFile("filename", callback(data)) // --- langauge equivalent // Do Soemthing Fn[name; callback] $ ( - ( read; open ) `use "io" + `use "io" [open; read] callback `sync read `sync open `sync name ) `async ("filename"; callback) // Continue while readFile is running -- cgit v1.2.3