Pixilang v3.4.2

Pixilang programming language
Post Reply
User avatar
NightRadio
Site Admin
Posts: 3941
Joined: Fri Jan 23, 2004 12:28 am
Location: Ekaterinburg. Russia
Contact:

Pixilang v3.4.2

Post by NightRadio »

Pixilang updated to version 3.4.2.
http://www.warmplace.ru/soft/pixilang

What is new:
  • optimization, new error messages;
  • fixed bug with stop() function;
  • new syntax to access container properties: container.property = value; value = container.property;
  • new data processing operations for op_cn() and op_cc() functions: OP_SUB, OP_SSUB;
  • new graphics function - split_rgb();
  • threads.pixi example has been moved from console to graphics directory;
  • examples/benchmarks/math.pixi updated to version 2.0;
  • new graphics examples: split_rgb;
  • new console examples: container;
  • bugs fixed.
Post Reply