optionals
This commit is contained in:
@@ -16,7 +16,7 @@ main :: () {
|
||||
ptr := @v;
|
||||
copy := ptr.*;
|
||||
print("copy: {}\n", copy);
|
||||
|
||||
|
||||
// null pointer
|
||||
np : *Vec2 = null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user