From 7df3d08d8dd0d81f24f0788b44efd37883d3c1c8 Mon Sep 17 00:00:00 2001 From: nodist Date: Sat, 6 Jun 2026 15:42:50 -0400 Subject: start io and remove print op --- docs/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/index.md') diff --git a/docs/index.md b/docs/index.md index b0b2baa..d298e04 100644 --- a/docs/index.md +++ b/docs/index.md @@ -31,8 +31,8 @@ readFile("filename", callback(data)) // langauge equivalent // Do Soemthing Fn[name; callback] $ ( - ( read ) : `use "io" - callback `sync read `sync name + ( read; open ) : `use "io" + callback `sync read `sync open `sync name ) `async ("filename"; callback) // Continue while readFile is running ``` -- cgit v1.2.3