mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-05-01 22:40:10 +10:00
Capitalized type names
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
//closures
|
||||
fn makeCounter() {
|
||||
var counter: int = 0;
|
||||
var counter: Int = 0;
|
||||
|
||||
fn increment() {
|
||||
return ++counter;
|
||||
|
||||
Reference in New Issue
Block a user