dilaria/test.dil
2021-12-31 17:00:51 +01:00

9 lines
No EOL
102 B
Text

let x = 5;
print x + 4;
let test = x + 6 * 159353.004;
print test;
if x > test {
print "lmao";
}