deprecate function_binds

This commit is contained in:
debugtalk
2018-07-26 15:23:03 +08:00
parent 54e151e468
commit 9f7cde2707
6 changed files with 15 additions and 38 deletions

View File

@@ -3,14 +3,6 @@ bind_variables:
- TOKEN: "debugtalk"
- token: $TOKEN
bind_lambda_functions:
function_binds:
add_one: "lambda x: x + 1"
add_two_nums: "lambda x, y: x + y"
variables:
- add1: ${add_one(2)}
- sum2nums: ${add_two_nums(2, 3)}
builtin_functions:
variables:
- length: ${len(debugtalk)}