JADE Environment Development Ideas

What's new in the upcoming JADE release?

IMPROVED DEVELOPER EFFICIENCY. ENHANCED SECURITY. SMOOTHER INTEGRATION

The JADE 2022 release meets tomorrow’s business demands.


Start your update to JADE's latest release

Array literals and more

I miss array literals for the easy translation of a numerical value in something else.
E.g.

if self.cmd = 1 then
cmdSt := "Open";
elseif self.cmd = 2 then
cmdSt := "Forward";
elseif self.cmd = 3 then
cmdSt := "Close";
endif;

becomes

cmdSt := ["Open", "Forward", Close", ][ self.cmd ];

Endless possibilities to simplify source if this gets JSON/Python powers.
  • Guest
  • May 1 2019
  • Future consideration
  • Attach files
  • +7