Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 473 Bytes

empty-symbol-concatenated.md

File metadata and controls

17 lines (12 loc) · 473 Bytes

Empty symbol concatenated

What does the reader do with symbol-name||?

some-scheme> (define name "the value")
some-scheme> name||
  • Treats the whole sequence as a single symbol name||: Biwa, Chibi, Guile, Lips, MIT, Sagittarius, Tinyscheme, Unsyntax

  • Concatenate name with || and returns the value of name: Chicken, Chez, Loko, Kawa, Racket, STklos

  • Read the sequence as if there were a space between name and ||: Bigloo, Gambit, Gauche