first running version
This commit is contained in:
5
Project-02-03-04/triplaprograms/simpleSequence.tripla
Normal file
5
Project-02-03-04/triplaprograms/simpleSequence.tripla
Normal file
@@ -0,0 +1,5 @@
|
||||
let f(x) { x=2*x;
|
||||
if (x>0) then x=x-1 else x;
|
||||
while (x>0) do { x=x-1 }
|
||||
}
|
||||
in f(3)
|
||||
Reference in New Issue
Block a user