Skip to content

Strings and Other Things

JonoCode9374 edited this page Oct 5, 2019 · 1 revision

This page will try and inform readers about how strings work within Keg.

Note that this page is under construction, and consequently incomplete

String Types

There are six types of strings in Keg:

  • Standard spaceless strings (delimited with the backtick `)
  • Standard spaceful strings (delimited with )
  • SCC-only spaceless strings (delimited with )
  • SCC-only spaceful strings (delimited with )
  • Special spaceless strings (delimited with )
  • Special spaceful strings (delimited with «)