boot2

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

001-if.scm (35B)


      1 (if 1 (sys-exit 42) (sys-exit 99))