Updated Glossary (markdown)

expikr 2023-10-26 09:37:36 +08:00
parent a502b2cef3
commit c5dbd34d4a

@ -24,7 +24,7 @@ Think of containers as where you _declare_ things, which is order-independent, w
opaque {
const b = a+1;
const a = 1;
}
};
// this is NOT a container
// executions are sequential