mirror of
https://github.com/Noratrieb/dilaria.git
synced 2026-01-15 01:45:02 +01:00
9 lines
No EOL
102 B
Text
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";
|
|
} |