racket/collects/tests/honu/flow.honu
2011-08-12 15:16:39 -06:00

16 lines
94 B
Plaintext

#lang honu
foo(x){
x + 1
}
bar(x){
x * 2
}
buz(z){
z - 4
}
foo(5) | bar | buz