Differences From Artifact [08bfad81fd]:
- Executable file clipserv/clip.b — part of check-in [6a5d1f9f67] at 2019-07-21 06:35:33 on branch trunk — add clipserv (user: lexi, size: 4338) [annotate] [blame] [check-ins using]
To Artifact [9f380b471d]:
- Executable file clipserv/clip.b — part of check-in [520b38deac] at 2019-07-23 12:32:27 on branch trunk — add sexcp (user: lexi, size: 4388) [annotate] [blame] [check-ins using]
187 188 189 190 191 192 193 194 |
new-args: join new-args i ] ]
main new-args yes
]
true [ usage ]
]
]
quit/return main args no
|
> > | > > |
187 188 189 190 191 192 193 194 195 196 197 198 |
new-args: join new-args i ] ] main new-args yes ] true [ usage ] ] ] success: main args no if eq? success true [ quit/return 0 ] quit/return 1 |