aboutsummaryrefslogtreecommitdiff
path: root/examples/vectors.tm
diff options
context:
space:
mode:
Diffstat (limited to 'examples/vectors.tm')
-rw-r--r--examples/vectors.tm2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/vectors.tm b/examples/vectors.tm
index 64aa3295..cee0f305 100644
--- a/examples/vectors.tm
+++ b/examples/vectors.tm
@@ -94,6 +94,4 @@ func main():
= Vec2(x=110, y=120)
>> Vec3(10, 20, 30)
>> Vec2.ZERO
- >> Vec2.ZERO.x = 99
- >> Vec2.ZERO