Open eriktorbjorn opened 2 years ago
This is how V-UNLOCK deals with "UNLOCK object WITH object":
V-UNLOCK
(,PRSI <TELL "When was the last time you unlocked something with" A ,PRSI "?" CR>)
This is how V-LOCK deals with "LOCK object WITH object":
V-LOCK
(,PRSI <TELL "When was the last time you locked something with" AR ,PRSI>)
It would be more consistent if this, too, used A ,PRSI "?" CR at the end, since it is a question.
A ,PRSI "?" CR
This is how
V-UNLOCK
deals with "UNLOCK object WITH object":This is how
V-LOCK
deals with "LOCK object WITH object":It would be more consistent if this, too, used
A ,PRSI "?" CR
at the end, since it is a question.