150+ Fungus commands:

      ACOPY Copies ascii files.

      ALIGN Automatically puts data in columns.

      ALPHA Writes characters into the editor.

      AND A statement connector.

      APPEND Appends data to a file.

      ASCII Locates unprintable characters in the editor.

      ASK Gets input using windows and menus.

      ASKTEXT An inline menu for call or run procedures.

      BANK Switches working banks.

      BINARY Loads binary files into the editor.

      BOX Performs box operations on the editor.

      BREAKL Breaks an indexed line.

      BTRACE Organizes inter-related items in the editor.

      CACHE Keeps the current .JOB program in memory.

      CALL Executes the specified Fungus program.

      CAPS Set caps to upper or lower case.

      CD Change directory.

      CDEMO Displays all the color combinations.

      CENTER Centers lines of text in the editor.

      CHAIN Executes external POWER BASIC programs.

      CHECK Adds across lists of numbers.

      CLEAR Clears the editor work space.

      CLIP Two way interface with the Windows' Clipboard.

      CLOSE Closes a previously opened disk file.

      CLS Clears the screen.

      COLOR Sets Fungus colors.

      COPY Copies files to other files or devices.

      CUT Cuts lines of text out of the editor.

      DECLARE Installs variables and values directly.

      DEL Deletes files from the disk.

      DFILE Re-arranges a directory listing into a file.

      DIE, BYE Ends Fungus.

      DIR Lists the files in the disk directory.

      DLINE Draws lines on the graphics screen.

      DOLOGIC Runs commands from an inline logic table.

      DOS Sends commands to the computers DOS system.

      DRAW Draws lines on the graphics screen.

      DRAWPIC Draws a diagram of a dependency file.

      DV Display internal constants and tables.

      ECHO Controls the display of screen messages.

      EDIT / WEDIT Full screen multi-mode editor.

      ELSE If/then/ELSE conditional statement.

      ENDIF End of the block if-then statement.

      ERROR Halt a program if errors are occuring.

      EXPERT Processes rule based programs.

      FF Send a form feed to the printer.

      FILE Copies the editor to a file on the disk.

      FILL Substitutes editor fill keys with values.

      FIND,F,E Searches the editor for text.

      FINISH Connects the ends of ascii line drawings.

      GA Genetic algorithm - solves complex problems.

      GET Get data from a datbase.

      GLOBAL Used to perform a Fungus task on all the banks.

      GOAL A word for the EXPERT system to log results to.

      GOSUB Directs program flow in RUN and CALL procedures.

      GOTO Directs program flow in RUN and CALL procedures.

      GROUP Locates and labels related items in the editor.

      HARDCOPY Selectively prints text on the line printer.

      HELP Provides on-line help for commands.

      IF Part of IF THEN ELSE conditional statement.

      INCR Resets or steps any number register.

      INDEX Sets the index pointer directly.

      INSERT Used to insert data into the editor.

      JOIN Joins lines to the indexed line.

      JOINF Join files together, line by line.

      KEY Assigns data to the function keys.

      LCASE Converts the editor to lower case characters.

      LET Assigns values to global variables.

      LF Causes the printer to line feed.

      LOAD Loads files into the editor.

      LOCATE Scans editor modules, looking for words.

      LOCATEF Scans file modules, looking for words.

      LOCK Encodes and decodes files in the editor.

      LOOP Repeats a one line sequence of instructions.

      LPRINT Sends data to the line printer.

      LSAVE Saves the indexed editor line.

      LSWAP Swaps editor lines.

      MACRO Plays back pre-recorded editor keystrokes.

      MAKEPAGE Converts editor text into multiple columns.

      MAKEPIPE Makes a pipe file.

      MAKEWIND Makes a window file from block captured data.

      MARGINS Formats editor text.

      MD Makes disk sub-directories.

      MEMORY Displays memory usage and reserves.

      MENU Presents a menu of commands to perform.

      MERGE Merges a file into the editor.

      MIRROR Reverse line drawings in the editor.

      MOVE Moves data between editor banks.

      MUTATE Permutates a list of symbols.

      NSORT Organizes lists using neural techniques.

      NUMBER Writes numbers into the editor.

      OPEN Opens a disk file for input or output.

      OR A conditional statement connector.

      ORDER Organizes editor lines in a specified order.

      OUT Send data to the IO ports.

      PAD Makes all lines equal length.

      PALETTE Modifies the available color choices.

      PASSWORD Asks the operator to enter a password.

      PASTE Inserts data into the editor.

      PATH Manages the path procedures.

      PICK A menu to load recently worked on files.

      PIPE Gets a new word for the pipe register.

      PLAY Plays a music file on the computer.

      PLOT Plots data on the graphics screen.

      POKE Store data in memory.

      POS Positions the cursor.

      PR Prints blank lines on the screen.

      PRINT Performs a screen print function.

      PSET Places a pixel at this address.

      PUT Put formated data into a dabase file.

      QUOTE Writes the quote symbol (') into the editor.

      RD Removes disk sub-directories.

      READF Reads a previously opened disk file.

      READSCRN Captures screen data.

      RECORD Appends all command line entries to a file.

      RELINE Reformats the layout of the editor lines.

      REMAKE Redimensions various system arrays.

      RENAME Renames disk files.

      RENUM Renumbers a program or a text file.

      REPIPE Resets the pipe file to the beginning.

      RESULTS Displays the results of an expert session.

      RETURN A general purpose return.

      RID Removes specified lines from the editor.

      RULER Displays column and tab stops on the screen.

      RUN Executes the specified Fungus program.

      SAVE Copies the editor to a file on the disk.

      SAVEWIND Saves the screen and executes a command.

      SCREEN Sets up screens for display and storage of data.

      SCREENIO A full featured programmable data entry screen.

      SECTION Limits the scope of the editor.

      SEED Reseeds the random number generator.

      SEEQUOTE Deletes editor text that is not quoted.

      SET Places data directly into the # or $ registers.

      SETBAR Preset the position of the menu selection bar.

      SETPAGE Sets the number of text lines per printer page.

      SFILE Copies the screen into a file called SCREEN.

      SHOW Used to display the editor.

      SIFT Extracts lines from files.

      SLICE Vertically cuts out a section of the editor.

      SORT High performance real world sort.

      SPLIT Locates modules in source code.

      START Used with FIND to speed searches.

      STEP,A,B Sets up step counters STEP, STEPA and STEPB.

      SWAP, SWAPDIM Finds and replaces text in the editor.

      SYSTEM / EXIT Sends control back to the command line.

      TABS, TAB Controls the tab procedures.

      TEXT Displays blocks of text in RUN and CALL jobs.

      THEN Part of IF THEN ELSE conditional statement.

      THESAURUS Relates a key word to other words.

      TIME Performs time related procedures.

      TOTAL Used to total numbers in a list.

      TRACE Used to debug internal operations.

      TRIM Trims spaces off the ends of the editor lines.

      TYPE Used to display a file on the screen.

      UCASE Converts editor text to upper case characters.

      UNLOAD Restores editor segments back to disk files.

      VAR Displays the global variables.

      WEDGE Inserts data vertically into the editor.

      WHILE / WEND Used in RUN/CALL programs to implement a loop.

      WIDTH Sets width of LPT1: or SCRN:.

      WINDOW Presents data in a window display.

      WINDOWV Combines a window with a scrollable viewport.

      WINTEXT An inline window for CALL or RUN procedures.

      WRITE Writes data into the editor.

      WRITEF Writes data to a disk file.


      | Home | Index |

      MAILBOXContact Us MAILBOX

      E-Mail: info@usynaptics.com

      or

      Universal Synaptics Corporation
      1801 West 21st Street
      Ogden, Utah 84401
      Tel. (801) 731-8508
      Fax (801) 731-8509