Home Keywords
Used to execute a system command.
const string BASH_DIRECTORY_LISTING_COMMAND = "ls -lFa"; system BASH_DIRECTORY_LISTING_COMMAND;