Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Reserved Words

This is a list of all reserved words in Solstice, seperated by new lines. These words may not be used as identifiers.

After //, notes may be provided which detail exceptions to the reserved word, however, the word should still be treated as reserved regardless.

puts
if
while
def
lambda
return
use
struct
enum
constructor
destructor
duplicator
private
protected
ground      // Only when targeting GroundVM
new
as
sizeof
pragma

fun
template
object