Questions tagged [cascade-notation]
2 questions
0
votes
1 answer
Power function in SPARQL
Does anybody know if there is any power function added for SPARQL?
My quick-fix is using BIND and string process but it's not optimal at all:
?contract part:price ?price_E ;
part:Currency ?currency .
BIND(strafter(str(?price_E), "E") as…

Ckk
- 3
- 2
-1
votes
1 answer
How initializing newly created List with Literal syntax work with Cascade notation in Flutter or Dart?
I have trouble understanding the bellow section of the code. Debugging the code don't help because things don't turnout as I expected. For example, in numberList = [] line, litteral syntax [ ] must initialize the list and make it empty but after…

Davoud
- 2,576
- 1
- 32
- 53