dash-lang 0.2.0

A simple interpreted language
Documentation
1
2
3
4
5
let score = 85
if score >= 90 {
  print("Excellent")
} else {
  print("Keep trying")