8 lines
104 B
Text
8 lines
104 B
Text
F first(function)
|
||
R function()
|
||
|
||
F second()
|
||
R ‘second’
|
||
|
||
V result = first(second)
|
||
print(result)
|