Fixed returning out of loops/if as well as math and triple quoted strings
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
#link(m)
|
||||
|
||||
fun fibanacci(num: int): int {
|
||||
var l1 = 1
|
||||
var l2 = 1
|
||||
|
||||
Reference in New Issue
Block a user