Skip to content

Latest commit

 

History

History
44 lines (37 loc) · 1.77 KB

StepCodes.org

File metadata and controls

44 lines (37 loc) · 1.77 KB

Syntax

C ::= :KPF* | C , C (multiple codes) | C ; C (sequential codes) | C | C (alternative codes)

Kind of action

CodeDescription
APphysical: manipulate physical objects
AVvirtual: manipulate virtual objects
AIcognitive: evaluate or analyze
AQmeasurement: take a measurement
Xnon-human: no required human action
DSselection: make a selection decision
Wmonitoring: watch or monitor
CB(#)branching: perform parallel actions
CL(#)looping: repeat a process or step

Precision of action

CodeDescription
1instruction: straightforward instruction
2goal-directed: describes goal, not action
3task-directed: describes task, not goal/action
4open-ended: requires creativity or inginuity

Features

CodeDescription
aadvice: suggested method or process
xconstraint: avoid this method or process
eexpected outcome: expected result or outcome
ooptionality: optional process
wwiggle room: alternative method or process
ccontingencies: in-line troubleshooting
iinformation: background information
r()reference: outside source ([x, t, #])
mmapping: map instruction over a set
vvisual pattern match: human visual processing