V (programming language): Difference between revisions

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: {{sfn|Rao|2021}}
<syntaxhighlight lang="V">
struct Place {