You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
beautiful-racket/beautiful-racket-demo/basic-demo-3/sample-shell.rkt

4 lines
98 B
Racket

#lang basic-demo-3
10 print "got shell arg" : print arg0 : print arg1
20 a = 5
30 def f(x) = x ^ x