This repository has been archived by the owner on Sep 12, 2024. It is now read-only.
[FEATURE] Keyword 'here' work for normal abilities in nodes and walkers #389
Labels
enhancement
New feature or request
Describe the idea
Currently in data-spatial programming in jaclang, when referred to as 'here' within an ability of a walker which has a
with <node> entry;
statement, it will refer the current node which the walker is currently on. But when doing the same within a normal ability without thewith <> entry
statement, an error will be produced. It feels trivial that,here
node, regardless of thewith <> entry
statement.here
walker, regardless of thewith <> entry
statement.The text was updated successfully, but these errors were encountered: