Content deleted Content added
Redo of error handling example |
m Typo |
||
Line 101:
=== Heap structs ===
Structs are allocated on the stack by default. The {{code|&}} prefix can be used, for getting a reference to it and allocating on the heap instead:
<syntaxhighlight lang="V">
struct Place {
|