Skip to content

Commit

Permalink
publish TryProduction.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Dierk Koenig committed Jan 5, 2025
1 parent ae2ea82 commit d0348cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/production/TryProduction.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ <h1>Try Kolibri Production Bundle</h1>
Walk(3) ['=='] ( Seq(0,1,2,3) );

let pyth = from( Walk(2, ALL))
.and( z => Walk(2, z) )
.and( ( [ z, y ] ) => Walk(2, y) )
.combine( z => Walk(2, z) )
.combine( ( [ z, y ] ) => Walk(2, y) )
.where ( ([[ z, y ], x]) => x*x + y*y === z*z )
.select ( ([[ z, y ], x]) => ` ${x} ${y} ${z}` )
.result();
Expand Down

0 comments on commit d0348cf

Please sign in to comment.