Hacker News new | ask | show | jobs
by melling 3322 days ago
let x = 1

const x = 1

val x = 1

var x = 2

It's unfortunate each language has a different keyword for constants and variables.