From e3258e481fe12697f17265ce911dfb268e5936e3 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Tue, 14 May 2024 07:45:01 +0100 Subject: [PATCH] 14a: short-circuit boolean ops because I think I'll need them --- 14/14a.bqn | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 14/14a.bqn diff --git a/14/14a.bqn b/14/14a.bqn new file mode 100644 index 0000000..3d5a350 --- /dev/null +++ b/14/14a.bqn @@ -0,0 +1,2 @@ +_and_and_←{𝕨𝔽◶⟨0,𝕘⟩𝕩} +_or_or_ ←{𝕨𝔽◶⟨𝕘,1⟩𝕩} -- 2.30.2