fulcrumapp / fulcrum-expressions

Fulcrum expressions engine
http://developer.fulcrumapp.com/expressions/intro/
5 stars 0 forks source link

Add a function for dynamic lookup of variables by data name #13

Closed zhm closed 8 years ago

zhm commented 8 years ago

We should add a function that looks up a variable by a string.

Which desugars to:

this.variables['$' + dataName]
zhm commented 8 years ago

There's now a FIELD() function.