wip - full oop - ignition ok - able to create bootstrapping classes. - able to instantiate objects
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -44,7 +44,9 @@ defclass A | a b c | {
|
||||
##defun get-c() c;
|
||||
};
|
||||
|
||||
set k (A:newInstance 11 22 33);
|
||||
k := (A:newInstance 11 22 33);
|
||||
##set k (A:newInstance 11 22 33);
|
||||
|
||||
set v (k:get-a);
|
||||
if (= v 11) {
|
||||
printf "OK - %d\n" v;
|
||||
|
Reference in New Issue
Block a user