# Basics Very basic examples to illustrate the nuts and bolts of programming in Sui. * Object: a heavily commented example of a custom object. * Sandwich: example of object exchange logic--combining ham and bread objects to produce a sandwich. * Lock: example of a shared object which can be accessed if someone has a key.