Previous:
Atomic operations
Up:
Contents
Next:
I/O in the Arc language
Arc: Other OS Operations
Other OS Operations
The following are miscellaneous operating system operations.
system
string
Executes the string in the underlying OS.
>(system "date") Sun Mar 23 13:48:46 PDT 2008 nil
quit
Exits the interpreter.
>(quit) --exits--
Copyright 2008 Ken Shirriff.