11 lines
300 B
Text
11 lines
300 B
Text
|
version 1 .
|
||
|
|
||
|
; Assertion.
|
||
|
Command = <user-settings-command @action Action @reply CommandContinuation> .
|
||
|
CommandContinuation = @replyWanted #!CommandReply / @fireAndForget #f .
|
||
|
CommandReply = =done .
|
||
|
Action = <assert @item any> / <retract @item any> .
|
||
|
|
||
|
; Assertion.
|
||
|
Value = <user-setting @item any> .
|