You need to add `(require racket/file)` (or you can use `#lang racket` instead of `racket/base`).
Sam On Wed, May 16, 2018 at 4:05 PM, vlaxcompiler <[email protected]> wrote: > How to fix this script? > > #lang racket/base > (make-temporary-file "cl_gracket~a.tmp") > > > Welcome to DrRacket, version 6.11 [3m]. > . make-temporary-file: unbound identifier in module in: make-temporary-file >> > > > -- > You received this message because you are subscribed to the Google Groups > "Racket Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

