Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
7
Task/Inverted-syntax/Racket/inverted-syntax.rkt
Normal file
7
Task/Inverted-syntax/Racket/inverted-syntax.rkt
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#lang racket
|
||||
(when #t (displayln "true"))
|
||||
((displayln "true") . when . #t)
|
||||
|
||||
(define a 6)
|
||||
(set! a 5)
|
||||
(a . set! . 6)
|
||||
Loading…
Add table
Add a link
Reference in a new issue