Tintware Documentation : Tint Programming Language : Tint Reference : Ports and Processes : Process Ports : process.exit-codeSyntax#(%process.exit-code) %process specifies the name of a process port. If the process has exited, then the exit code will be returned. Otherwise, nothing will be returned. Example#(tint.execute,tgrep,***,.) port-3 #(port-3.exit-code) 1 |