A-M baby
This commit is contained in:
parent
764da6cbbb
commit
db842d013d
19005 changed files with 197040 additions and 7 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