beautiful-racket/br/ex/simples/stack/stacker/stacker-test.rkt
Matthew Butterick 892d81bfb5 working files
2016-03-02 11:40:56 -08:00

6 lines
56 B
Racket

#lang reader "stacker-lang.rkt"
push 4
push 8
+
push 3
*