You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
create constructor for the record type that gets created
create accessor functions for properties
Proposed syntax (for now):
MyStruct := Record("field1", "field2")
ms := MyStruct(1, 2)
ms.field1() # NOTE: the parens will be required for now.
ms.field2() # NOTE: the parens will be required for now.
The text was updated successfully, but these errors were encountered:
Proposed syntax (for now):
The text was updated successfully, but these errors were encountered: