chiark / gitweb /
05b: remove a comment that only applied to 05a
authorBen Harris <bjh21@bjh21.me.uk>
Sun, 5 May 2024 12:13:43 +0000 (13:13 +0100)
committerBen Harris <bjh21@bjh21.me.uk>
Sun, 5 May 2024 12:13:43 +0000 (13:13 +0100)
05/05b.bqn

index 5f4daac0a54934c3ddaf4867fc1c6521a4a1d177..ad2c9a484de5feca0f108375177cca18d391eaf3 100644 (file)
@@ -6,7 +6,6 @@ Split←{
 }
 
 Prep1Proc←{ # Prepare one step of procedure
-  # Converts "move 3 from 1 to 3" into [⟨1,3⟩,⟨1,3⟩,⟨1,3⟩].
   •ParseFloat¨⟨1,3,5⟩⊏(' '=𝕩)Split𝕩
 }