Welcome to the CHICKEN Scheme pasting service

why does nim hate this? pasted by outtabwz on Fri Jul 31 17:26:03 2020

let firstName: string = "Daffy"
  lastName: string = "Duck"
  fullName: string = firstName & " " & lastName

I don't know pasted by mario-goulart on Fri Jul 31 17:33:42 2020

Maybe use CHICKEN instead?

do it like this instead pasted by Yardanico on Fri Jul 31 17:35:42 2020

let 
  firstName: string = "Daffy"
  lastName: string = "Duck"
  fullName: string = firstName & " " & lastName

Scheme is prettier added by wasamasa on Fri Jul 31 17:39:12 2020

(let* ((first-name "Daffy")
       (last-name "Duck")
       (full-name (string-append first-name " " last-name)))
  full-name)

Your annotation:

Enter a new annotation:

Your nick:
The title of your paste:
Your paste (mandatory) :
What does `(string-chomp "foobar")' produce?
Visually impaired? Let me spell it for you (wav file) download WAV