mirror of
https://github.com/ziglang/zig.git
synced 2024-11-24 21:30:14 +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 {
|
opaque {
|
||||||
const b = a+1;
|
const b = a+1;
|
||||||
const a = 1;
|
const a = 1;
|
||||||
}
|
};
|
||||||
|
|
||||||
// this is NOT a container
|
// this is NOT a container
|
||||||
// executions are sequential
|
// executions are sequential
|
||||||
|
Loading…
Reference in New Issue
Block a user