Jump to content

Include a file: Difference between revisions

Add Racket example
(Add Racket example)
Line 324:
 
<lang R>source("filename.R")</lang>
 
=={{header|Racket}}==
 
Including files is usually discouraged in favor of using modules, but it is still possible:
 
<lang lisp>
#lang racket
(include "other-file.rkt")
</lang>
 
=={{header|Retro}}==
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.