From f9d13f3098b2a5984f59d612be87c184aba0b2c7 Mon Sep 17 00:00:00 2001 From: Cody Date: Fri, 24 Mar 2023 17:33:44 -0500 Subject: Stuff and things --- tour/types.sloth | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tour/types.sloth') diff --git a/tour/types.sloth b/tour/types.sloth index 0fdae33..8af0856 100644 --- a/tour/types.sloth +++ b/tour/types.sloth @@ -6,7 +6,7 @@ type Person = { grades: Map, }; -val cody = Person { +val cody = Person( name: "Cody Q", age: 17, hobbies: { @@ -19,7 +19,7 @@ val cody = Person { "Physics": 93, "English": 78, }, -}; +); # Tuple Type type Position = (i32, i32); -- cgit v1.2.3