CJam Wiki
A stack-oriented programming language suitable for code golfing
Status: Alpha
Brought to you by:
aditsu
A CJam program is generally composed of:
1, -5.23, 123456789012345678901234567890"hello"; the backslash character \ can be used for escaping double quotes and backslashes, nothing else'a - note the absence of a second single quote; there is no escape character{ and }Whitespace (spaces, tabs and new lines) can be used to separate tokens, but usually there is no delimiter needed, with a few exceptions (especially numeric literals).
Wiki: Data types and literals
Wiki: Home
Wiki: Operators
Wiki: Variables