https://learninghub.kx.com/forums/topic/advanced-capstone-3-5-failed
Hi
For this question, the result did showed as expected however i still couldnt get it passed
This function should:
* take one parameter `x` which is a string
* parse this string to return the first element of the parse tree
such that:
```
.perm.parseQuery[".f1.checkSensor[raceTab;lapTab]"]
// returns
`.f1.checkSensor
.perm.parseQuery[".fia.getSummaryReport[`today]"]
// returns
`.fia.getSummaryReport
.perm.parseQuery["select from tab"]
// returns
?
```
.perm.parseQuery: {first parse x}
hdbH (set;`.perm.parseQuery;.perm.parseQuery)