sacalon / sacalon

Sacalon is a general purpose and open source programming language designed to build optimal, maintainable, reliable and efficient software.

Home Page:https://sacalon.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Optional null safety system

bistcuite opened this issue · comments

commented
var foo : int // good
var boo: int? // good

Originally suggested by @mmdbalkhi in #49 (comment)