UNPKG

blossom

Version:

Modern, Cross-Platform Application Framework

11 lines (9 loc) 284 B
// Copyright (C) 1998-2000 Greg J. Badros // Use of this source code is governed by the LGPL, which can be found in the // COPYING.LGPL file. // // Parts Copyright (C) 2011, Alex Rusell (slightlyoff@chromium.org) p = new c.Point(4,7); p2 = new c.Point(3,5,"1"); print(p); print(p2);