diff --git a/Rect.gox b/Rect.gox new file mode 100644 index 0000000..3bc775d --- /dev/null +++ b/Rect.gox @@ -0,0 +1,7 @@ +var ( + w, h = 10, 20 + color int + border float64 = 1.2 +) + +echo *this