1
0
Fork 0
forked from fun/fun

Some class update.

This commit is contained in:
Johannes Findeisen 2025-09-26 11:10:46 +02:00
commit a604fc140a

View file

@ -23,7 +23,7 @@
* move_fn(p, dx, dy)
*/
class Point(number x, number y)
class Point(number x, number y) // I don't like Uppercase or CamelCase, and core libs of Fun will not contain this, but "_" and all lowercase. It's a showup here... ;)
x = 0
y = 0
/* private helper (callable only as this._shift inside class) */