Objects, functions, properties, and methods

Whether you’re trying to interpret SCI code in its source form, or compile it into bytecode, there are some inferences to make. Consider the following statements: (foo1 bar:) (foo2 bar: 42) (foo3 69) (foo4) You can have object references, kernel calls, and local function calls, and those object references can be local instances or pointers … Continue reading Objects, functions, properties, and methods