Skip to content

Identifiers

Sumit Patel edited this page Aug 20, 2018 · 3 revisions

Identifiers


Identifiers are the accepted name for variables in the language. There are two types of identifiers in rockstar.

Common Identifiers

Common Identifiers starts with one of these keywords a, an, the, my, or your.
Example:- an elephant, a zebra, the sadasfox

Proper Identifiers

Proper Identifiers are words that are not reserved keywords and starts with an uppercase letter. It can be followed as many words required, given that every word starts with a capital letter and is separated by a space.
Example:- A, To The Heck, Coding The Dream


Pronouns

Apart from the common and proper identifiers, there is a set of keywords: it, he, she, him, her, they, ze, hir, zie, xe, xem, ve, ver, can be usued to refer the variable that was referred last in the parsing order.


Previous Page | Next Page


Clone this wiki locally