Content deleted Content added
added Category:Articles with example R code using HotCat |
→PHP: type hint |
||
Line 272:
<syntaxhighlight lang="php">
function fibonacci():
{
$last = 0;
$current = 1;
|
added Category:Articles with example R code using HotCat |
→PHP: type hint |
||
Line 272:
<syntaxhighlight lang="php">
function fibonacci():
{
$last = 0;
$current = 1;
|