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
As the picture showed above, A function syntax error is perceived as an aliasing error.
When I typed go from "player100" over serve yield edge(src), the system prompted me to add an alias, but the real problem was the edge(src) error, which should be src(edge).
The text was updated successfully, but these errors were encountered:
This query has two semantic errors, first you should give an alias when using edge(), second src can not be used as parameter for edge. So the previous error report at begin.
As the picture showed above, A function syntax error is perceived as an aliasing error.
When I typed
go from "player100" over serve yield edge(src)
, the system prompted me to add an alias, but the real problem was the edge(src) error, which should be src(edge).The text was updated successfully, but these errors were encountered: