fork download
  1. (define-syntax test
  2. (syntax-rules ()
  3. ((_ x)
  4. (define (string->symbol (string-append "a" (symbol->string x) 0))))))
  5.  
  6. (test hoge)
  7.  
  8. (display ahoge)
Runtime error #stdin #stdout 0.03s 4176KB
stdin
Standard input is empty
stdout
Standard output is empty