PasteRack.org
Paste # 63781
2016-06-30 15:42:50

Fork as a new paste.

Paste viewed 52 times.


Embed:

  1. #lang racket
  2. (if (== (/ 15 5) 3) (print "y") null)

=>

eval:2:0: ==: this match expander must be used inside match

  in: (== (/ 15 5) 3)