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

const new: integer = henshin * 5 + 10;

const test: integer = 1 + 1;