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
I.e. it's evaluating +[f;1] where f is taken as from the table abc. (Since t is the symbol `abc it's acting on the global.)
This seems like a pretty advanced feature and I was a little surprised to find this worked like this. It feels like it's an early incarnation of expressions in K9.
The text was updated successfully, but these errors were encountered:
One way to make this work is to simply replace f with abc[`f] and reevaluate it. I haven't thought through how to fully test how this feature actually works in k2.8.
I know the goal is to have Kona match K2 and possibly K3. Here's something I discovered when trying to parse sql.k
I.e. it's evaluating
+[f;1]
wheref
is taken as from the tableabc
. (Sincet
is the symbol`abc
it's acting on the global.)This seems like a pretty advanced feature and I was a little surprised to find this worked like this. It feels like it's an early incarnation of expressions in K9.
The text was updated successfully, but these errors were encountered: