diff --git a/collects/scribblings/guide/keywords.scrbl b/collects/scribblings/guide/keywords.scrbl index a5ededa156..fc61c0cd95 100644 --- a/collects/scribblings/guide/keywords.scrbl +++ b/collects/scribblings/guide/keywords.scrbl @@ -45,3 +45,5 @@ example below illustrates the distinct roles of keywords and symbols. (code:comment #, @t{optional @scheme[#:exists] argument can be @scheme['replace], @scheme['truncate], ...}) #:exists 'replace) ] + +@interaction-eval[(delete-file (build-path (find-system-path 'temp-dir) "stuff.txt"))]