diff --git a/Fiber-Threads.md b/Fiber-Threads.md index 0edffa6..7a41c50 100644 --- a/Fiber-Threads.md +++ b/Fiber-Threads.md @@ -6,6 +6,12 @@ **Usage:** [`include "inc/fiber.plh"`](https://github.com/dschmenk/PLASMA/blob/master/src/libsrc/fiber.pla) +**Values:** + +``` +byte fbrCount +``` + **Functions:** ``` @@ -18,12 +24,6 @@ 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