boot2

Playing with the boostrap
git clone https://git.ryansepassi.com/git/boot2.git
Log | Files | Refs | README

21-neg-hex.scm (188B)


      1 ;; Step 11b: negative decimal and 0x hex fixnum literals.
      2 (if (< -5 0)
      3   (if (= (+ -3 5) 2)
      4     (if (= 0xFF 255)
      5       (if (= 0xa 10)
      6         (if (= -0x10 -16)
      7           42 0) 0) 0) 0) 0)