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):[chr] 
    "1." (string):[chr] 
    / (divide):int 
        - (subtract):int 
            ^ (pow):int 
                * (multiply):int 
                    * (multiply):int 
                        ; (let):int -->let( A:int ) 
                            ^ (pow):int 
                                ~ (auto = 10):auto 
                                499 (integer):int 
                        $ (= A):int 
                    5 (integer):int 
                -2 (integer):int 
            $ (= A):int 
        ~ (auto = 2):auto 

Back to the index