Problem: The Golden Ratio

Code: The+Golden+Ratio/darrenks_1640229524

Nibbles version: 0.2 | 0.21 | 0.22 | 0.23 | 0.24 | 0.25 | 1.00

Format: Compact | Simple | +Type | Table | JSON | .nbl (DeBruijn) | .nbl (names)


(implicit string concatenation) 
    "1." (string) 
    / (divide) 
        - (subtract) 
            ^ (pow) 
                * (multiply) 
                    * (multiply) 
                        ; (let) -->let( A ) 
                            ^ (pow) 
                                ~ (auto = 10) 
                                499 (integer) 
                        $ (= A) 
                    5 (integer) 
                -2 (integer) 
            $ (= A) 
        ~ (auto = 2) 

Back to the index