From 555711488b06d31499248f4bdba81b133f07be2b Mon Sep 17 00:00:00 2001 From: David Schmenk Date: Tue, 28 Feb 2023 13:04:53 -0800 Subject: [PATCH] Updated Fiber Threads (markdown) --- Fiber-Threads.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Fiber-Threads.md b/Fiber-Threads.md index d8b04fb..0edffa6 100644 --- a/Fiber-Threads.md +++ b/Fiber-Threads.md @@ -18,6 +18,12 @@ fbrHalt()#0 fbrResume(fid)#0 ``` +**Variables:** + +``` +byte fbrCount +``` + **Source Code:** [`fiber.pla`](https://github.com/dschmenk/PLASMA/blob/master/src/libsrc/fiber.pla) **Sample Source:** [`fiber.pla`](https://github.com/dschmenk/PLASMA/blob/master/src/libsrc/fiber.pla) \ No newline at end of file