deed_run
Run a Deed program's main and report its printed output, declining to run when the program lacks required checks or requests unavailable file system capabilities.
Instructions
Run a Deed program's main and report what it printed. Refuses before running if the program does not check, or if main's row asks for a capability this server does not hand out: there is no filesystem here, so a program that reads or writes files is refused rather than failed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | The whole text of one Deed module. |