ya, i thought id share the knowledge
there are three parts to programing, and tons of side roads, ill start with just the main parts
i actually prefer programing this way,,
so the three parts is Verbs, Procs, and Obj
Verbs are actions obliously but the way that they are used runs into a different sequence... for example....
start
verb
icon = icon.dmi
set catigory = "catigory"
now that is just the very basic form of using verbs
procs is actions for an obj, like when a vase breaks
Break/proc
Proc
icon =
now each of the simple ones look alike but once you start getting advanced it changes drasticaly