Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 86 Bytes

Records.md

File metadata and controls

7 lines (5 loc) · 86 Bytes

Records

type Point = { x::Int, y::Int }

draw_point at: { x: 2.0, y: 4.5 }