0 Members and 1 Guest are viewing this topic.
hello I guess :Phello I guess :P
Thsi looks liek it could be very useful for some things, but I'd like a good explanation of the syntax
type cat string:char name <to nil method new(name) take @name enddefenddef
method new(name)
method new()
self.variable = new_variable
take @variable
method change_attribute_for_group(attribute) take @@@attributeenddef
typedef union { Int val1; Float val2;} int_float;Int_float apple = 2.0f;apple += 5;apple *= 2;
int:float apple <to (2 * (parseval + 5) to> parseval)
int:float apple <to 2 * (parseval +5)