Warning!
The page was not fully loaded, probably because of a network issue. It could be that not all functionalities work as expected. Please try reloading the page.
Write a function
echo
that returns its argument.
Example
>>
echo
(
5
);
5
>>
echo
(
"
ok
"
);
"
ok
"