summaryrefslogtreecommitdiff
path: root/test/test.test
blob: 5bbd0c040c3dc946c803acf50f02d93bcf8c993a (plain)
1
2
3
4
5
6
const henshin: integer = 2; // comment
// next comment
var ply: string = "cool!";
ply = "way cooler!!";

const new: integer = henshin * 5 + 10;