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