You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But i like to send also blocks that can executed also but by object body
MyObject(x,y){ print "Hellp Word"};
the declaration of MyObject like this (for example not sure it is right way)
MyObject:int(x,y)(foo, bar){ //number 1 meant we accept one block...
foo; //here we well execute the block (first block)...
}
//Using it (calling it)
MyObject(10, 5){ print("Hello"); }{ print("World"); }
It is good idea to implement "if" or "while" or "loop" but we need add it internally.
The text was updated successfully, but these errors were encountered:
now we can send params when call object
But i like to send also blocks that can executed also but by object body
MyObject(x,y){ print "Hellp Word"};
the declaration of MyObject like this (for example not sure it is right way)
It is good idea to implement "if" or "while" or "loop" but we need add it internally.
The text was updated successfully, but these errors were encountered: