Oscli Function

Next: , Previous: Exit, Index: Index

This oscli[a] function will pass the CLI (e.g. Unix or MSDOS) command to the operating system for execution.

Pass: A string representing the command
Returns: Nothing

Examples

var a:String;
input[a];
oscli[a];


The above program is a simple interface, allowing the user to input a command and then passing this to the OS for execution.

Last Modified: August 2008