geopoint/GeoPoint-01.p6

Run Settings
LanguageRaku
Language Version
Run Command
class GeoPoint { has $.lat = 0; has $.lon = 0; } my $geo = GeoPoint.new(lat => 5); say $geo.lat; # 5 say $geo.lon; # 0 say $geo; # GeoPoint.new(lat => 5, lon => 0)
Editor Settings
Theme
Key bindings
Full width
Lines