[top][index]
search for:

run -- run an external command

Synopsis:

  • Usage: r = run s
  • Input:
  • s: a command string s understandable by your operating system
  • Output:
  • r: the exit status of the command (a small integer which is normally zero)
  • The command is run by passing it to the operating system. While it's running, Macaulay 2 simply waits.


    [top][index]
    search for: