File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 u3qc_gor (u3_noun a ,
1111 u3_noun b )
1212 {
13- c3_h c_h = u3r_mug (a );
14- c3_h d_h = u3r_mug (b );
13+ c3_w c_w = u3r_mug (a );
14+ c3_w d_w = u3r_mug (b );
1515
16- if ( c_h == d_h ) {
16+ if ( c_w == d_w ) {
1717 return u3qc_dor (a , b );
1818 }
19- else return (c_h < d_h ) ? c3y : c3n ;
19+ else return (c_w < d_w ) ? c3y : c3n ;
2020 }
2121 u3_noun
2222 u3wc_gor (u3_noun cor )
Original file line number Diff line number Diff line change 1010 u3qc_mor (u3_noun a ,
1111 u3_noun b )
1212 {
13- c3_h c_h = u3r_mug (u3r_mug (a ));
14- c3_h d_h = u3r_mug (u3r_mug (b ));
13+ c3_w c_w = u3r_mug (u3r_mug (a ));
14+ c3_w d_w = u3r_mug (u3r_mug (b ));
1515
16- if ( c_h == d_h ) {
16+ if ( c_w == d_w ) {
1717 return u3qc_dor (a , b );
1818 }
19- else return (c_h < d_h ) ? c3y : c3n ;
19+ else return (c_w < d_w ) ? c3y : c3n ;
2020 }
2121 u3_noun
2222 u3wc_mor (u3_noun cor )
You can’t perform that action at this time.
0 commit comments