Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
2
Task/Introspection/Racket/introspection-1.rkt
Normal file
2
Task/Introspection/Racket/introspection-1.rkt
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
#lang racket
|
||||
(unless (string<=? "5.3" (version)) (error "ancient version"))
|
||||
2
Task/Introspection/Racket/introspection-2.rkt
Normal file
2
Task/Introspection/Racket/introspection-2.rkt
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
(require version/utils)
|
||||
(unless (version<=? "5.3" (version)) (error "ancient version"))
|
||||
Loading…
Add table
Add a link
Reference in a new issue