Skip to content

Commit

Permalink
cleave.joy
Browse files Browse the repository at this point in the history
  • Loading branch information
Wodan58 committed Sep 20, 2023
1 parent 7948aeb commit 0426bcb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test2/cleave.joy
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
(*
module : cleave.joy
version : 1.5
date : 09/19/23
version : 1.6
date : 09/20/23
*)
DEFINE sum == 0.0 [+] fold;
average == [sum] [size] cleave /.
average == [dup sum] [size] cleave /.

[1.0 2.0 3.0] average 2 =.
[4.0 5.0 6.0] average 5 =.
Expand Down

0 comments on commit 0426bcb

Please sign in to comment.