This website requires JavaScript.
Explore
Help
Sign In
mirror
/
RosettaCodeData
mirror of
https://github.com/acmeism/RosettaCodeData.git
Watch
1
Star
0
Fork
You've already forked RosettaCodeData
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
2023
RosettaCodeData
/
Task
/
Integer-sequence
/
MATLAB
/
integer-sequence-2.m
2 lines
56 B
Matlab
Raw
Permalink
Blame
History
a
=
uint64
(
1
)
;
while
(
1
)
printf
(
'
%i\n'
,
a
)
;
a
=
a
+
1
;
end
;
Reference in New Issue
View Git Blame
Copy Permalink