Use (quit) to quit, (tl) to return here after an interrupt.
arc> (defop said req
(aform [w/link (pr "you said: " (arg _ "foo")) (pr "click here")] (input "foo") (submit)))
arc> (asv 80)
The syntax of the command is incorrect.
Error: "tcp-listen: listen on 80 failed (An address incompatible with the requested protocol was used.; errno=10047)"
That "The syntax of the command is incorrect." is probably a clue, but where to look and for what?
-----
(def date ((o time (seconds)))
(let val (tostring (system (string "date -u -r " time " \"+%Y-%m-%d\""))) (subseq val 0 (- (len val) 1))))
But it probably doesn't explain the error: "Error: "tcp-listen: listen on 80 failed" which only seems to appear in \lib\libmzsch352_000.dll
So, toast then?