mirror of
https://github.com/ilyakooo0/urbit.git
synced 2025-01-05 13:55:54 +03:00
Can now also say "true"/"false" in place of "&"/"|" and "y"/"n".
This commit is contained in:
parent
b1e79be3fd
commit
f110edef79
@ -634,8 +634,8 @@
|
||||
::
|
||||
++ lobe ::< y/n loob
|
||||
;~ pose
|
||||
(cold %& ;~(pose (jest 'y') (jest '&')))
|
||||
(cold %| ;~(pose (jest 'n') (jest '|')))
|
||||
(cold %& ;~(pose (jest 'y') (jest '&') (just 'true')))
|
||||
(cold %| ;~(pose (jest 'n') (jest '|') (just 'false')))
|
||||
==
|
||||
::
|
||||
++ message ::< exp, lin or url msg
|
||||
|
Loading…
Reference in New Issue
Block a user