To make all of the information as clear as possible on this wiki, there are a number of conventions used. First, the first letter in the words "object", "dict", and "list" are capitalized they refer to [Objects], [Dicts], and [Lists], respectively. If "objects" are mentioned with regards to storage on the database, it usually refers to the three aforementioned objects.
As much as possible, code written for SnakeCharmer in python and javascript end with semicolons. This was a decision by skremer to ease the transition from C-like languages to python and back.