Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

VIATRA/Releases/NewAndNoteworthy1.5

< VIATRA‎ | Releases
Revision as of 09:54, 10 October 2016 by Zoltan.ujhelyi.incquerylabs.com (Talk | contribs) (Created page with "== Support for more number literals in query language == All number literals supported by Xtend (see [https://eclipse.org/xtend/documentation/203_xtend_expressions.html#numbe...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Support for more number literals in query language

All number literals supported by Xtend (see documentation for details) are now directly supported by the VIATRA Query language.

pattern circleConstantDiameter1(c : Circle) {
  Circle.diameter(c, 3l);
  Circle.area(c, 9.42f);
}

Copyright © Eclipse Foundation, Inc. All Rights Reserved.