/* * Point type * This data type describes an x/y coordinate. */ data Point{ int x int y }
dana source put -ut your/new/version.dn -n ui.Point -m "reason for update" -u yourUsername