create a function while protecting it's code
i am working towards publishing my code. while most of it i hope to publish as an open source code, there is one function that i...
1 year ago | 1 answer | 0
1
answer
Question
passing a variable name to a function
let's say i have several variables, and i want to create a function that changes a variable based on user specification
for ins...
1 year ago | 1 answer | 0
1
answer
Question
method accessing it's own object
it seems that a method inside a class definition cannot access it's own object, or at least it doesn't recognize it's own object...