mirror of
https://github.com/Noratrieb/dilaria.git
synced 2026-01-14 09:25:02 +01:00
remove prints
This commit is contained in:
parent
9ed7998401
commit
f222e0cb10
3 changed files with 14 additions and 22 deletions
10
test.dil
10
test.dil
|
|
@ -1,9 +1 @@
|
|||
let x = 5;
|
||||
print x + 4;
|
||||
|
||||
let test = x + 6 * 159353.004;
|
||||
print test;
|
||||
|
||||
if x > test {
|
||||
print "lmao";
|
||||
}
|
||||
print "hi brit";
|
||||
Loading…
Add table
Add a link
Reference in a new issue