Fixed returning out of loops/if as well as math and triple quoted strings

This commit is contained in:
Nathan Braswell
2016-05-29 23:54:54 -07:00
parent 26b5070242
commit 593877eb84
2 changed files with 62 additions and 13 deletions

View File

@@ -1,3 +1,5 @@
#link(m)
fun fibanacci(num: int): int {
var l1 = 1
var l2 = 1