FC-Standard Core Libraries:
- *v (Memory Stream)
- *m (Math Stream)
- *c (Control Stream)
- *f (Functional Stream)
- *t (Threading Stream)
- *x (External Stream)
- *r (Reserved Stream)
- *i (Input/Output Stream)
FC-Standard Universal Exit Strategy:
- ~~~* (Universal Exit Point)
- ?* (Index Exit Point)
- @* (Assignment Wrap)
FC-Standard Channel Swapping and Runtime Patching:
- *~~~ (Channel Stream)
FC-Standard Function Declaration:
- f (Library Declaration)
FC-Standard Overloading:
- //A (Index Overloading Tools)
- //T (Thread Overloading Tools)
FC-Standard Abstract Register:
- % (Abstract Register Point)
*i - open library i* - close library (program will loop infinity if not closed) ~~~* - redundant do nothing as was not called from within *i ?* -exit index /#This Program is Pointless