very simple code
This commit is contained in:
parent
e0cec8b8a6
commit
3b134d7fb6
@ -1,4 +1,12 @@
|
|||||||
|
|
||||||
|
const c = 10
|
||||||
|
|
||||||
const a = 10
|
fn add(a, b) {
|
||||||
print(a + 8)
|
const c = a + b
|
||||||
|
c
|
||||||
|
}
|
||||||
|
|
||||||
|
var b = 20
|
||||||
|
|
||||||
|
println(add(1,2))
|
||||||
|
println(c + b)
|
||||||
|
Loading…
Reference in New Issue
Block a user