comprehensive, complete imaginary ontology for the moment of experience described in the previous answers might be expressed in Turbo Pascal:
var
moment: Real;
intensity: Real;
emotional_state: Integer;
sensory_data: String;
attention: Integer;
goals: Integer;
current_state: Integer;
actions: Integer;
begin
moment := 1.0;
intensity := emotional_state;
ReadLn(sensory_data, attention);
emotional_state := Regulate(emotional_state, feedback, control_algorithms);
Store(data, memory);
Retrieve(data, memory);
Exchange(data, network, protocols);
Process(information, information_theory);
Communicate(information, information_theory);
if goals = current_state then actions := 1
else actions := 2;
Goto actions;
end.
Oh I know at least TWO people here that know Pascal very well.