mirror of
https://github.com/ziglang/zig.git
synced 2024-11-21 19:42:56 +00:00
Updated Glossary (markdown)
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
|
||||
|
Loading…
Reference in New Issue
Block a user