Modificato alcuni nomi

This commit is contained in:
2014-10-01 15:03:42 +02:00
parent 5c3e6b4d9c
commit 72cc879ac5
5 changed files with 8 additions and 16 deletions

5
sample_with_while.m Normal file
View File

@@ -0,0 +1,5 @@
a = 0;
while a~= 5
a= a + 0.625
end