boot2

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

009-define-value.scm (64B)


      1 ; Plain define: (define name value).
      2 (define x 42)
      3 (sys-exit x)