khepin
2018-3-24 21:32:13
@khepin has joined the channel
khepin
2018-3-24 21:33:24
Morning! I’m trying to find the form that would allow me to put more than one form where only one is normally expected. In clojure that would be do but I can’t find it anymore in racket.
brendan
2018-3-24 21:33:52
If I understand correctly, I think you want begin
khepin
2018-3-24 21:34:07
oh, I think so yeah!
khepin
2018-3-24 21:34:14
let me check the docs for that
brendan
2018-3-24 21:34:15
Like, (begin (println 5) 7) should print 5 and evaluate to 7
khepin
2018-3-24 21:34:22
yes, yes!!!!
khepin
2018-3-24 21:34:35
thanks a bunch!