We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30d6ee0 commit b931dbaCopy full SHA for b931dba
logicode.py
@@ -117,7 +117,7 @@ def Expression(result):
117
if operator == "[h]":
118
return lambda scope: [result[0](scope)[0]]
119
if operator == "[t]":
120
- return lambda scope: [result[0](scope)[-1]]
+ return lambda scope: ["".join(str(x) for x in result[0](scope)[1:])]
121
# Function call
122
name = result[0]
123
args = result[1]
0 commit comments