6 lines
84 B
Text
6 lines
84 B
Text
|
(**
|
||
|
x = Const("x")
|
||
|
y = Const("y")
|
||
|
N = Const("N")
|
||
|
print(fun({{x, N}, {y, N}}, x))
|
||
|
**)
|