From b1132ffc0ea67900cc38aa383176df8d820203d0 Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Fri, 8 Jan 2021 19:35:33 +0100 Subject: [PATCH] Auto: misc. --- procedure.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/procedure.md b/procedure.md index 986719e42..85e1e01be 100644 --- a/procedure.md +++ b/procedure.md @@ -1,10 +1,15 @@ # Procedure - A definite [[algorithm]] that can be [[executed]] step by step internally to a [[person]] or with the help of a [[digital]] [[computer]]. +- The running [[context]] of a procedure is the [[state]] on which it depends. + - Some of the state can be shared. + - Our [[culture]] is [[shared state]]. + [//begin]: # "Autogenerated link references for markdown compatibility" [algorithm]: algorithm "Algorithm" [person]: person "Person" [computer]: computer "Computer" +[context]: context "Context" [//end]: # "Autogenerated link references" \ No newline at end of file