Variable declarations seperate from assignment
This commit is contained in:
@@ -3,9 +3,9 @@ namespace main
|
||||
/// # Documentation
|
||||
/// ## Documentation subtitle
|
||||
export func main(args: []string) {
|
||||
i = 0
|
||||
let i: i64
|
||||
|
||||
x = math::add(1, 1)
|
||||
let x = math::add(1, 1)
|
||||
|
||||
c::printf("%d\n", args.count)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user