Home
Random
Nearby
Log in
Settings
Donate Now
If Wikipedia is useful to you, please give today.
About Wikipedia
Disclaimers
Search
Generator (computer programming): Difference between revisions
Article
Talk
Language
Watch
View history
Edit
Browse history interactively
← Previous edit
Next edit →
Content deleted
Content added
Visual
Wikitext
Revision as of 04:48, 25 February 2023
edit
179.52.168.56
(
talk
)
→
Java
:
Improving the readability of the code
← Previous edit
Revision as of 11:34, 19 June 2023
edit
undo
Frap
(
talk
|
contribs
)
Extended confirmed users
,
File movers
,
Pending changes reviewers
,
Rollbackers
35,585
edits
m
→
PHP
:
type hint
Tag
:
Reverted
Next edit →
Line 295:
Infinite Fibonacci sequence:
<syntaxhighlight lang="php">
function fibonacci()
: generator
{
$last = 0;